load_all# astropy.io.misc.yaml.load_all(stream)[source]# Parse the all YAML documents in a stream using the AstropyLoader class and produce the corresponding Python object. Parameters: streampython:str or python:file-like objectYAML input Returns: objobjectObject corresponding to YAML document