IORegistry.read(file, format=None, into=None, verify=True, **kwargs)[source]¶Read file as format into an object.
State: Stable as of 0.4.0.
| Parameters: | file : openable (filepath, URL, filehandle, etc.)
format : str, optional
into : type or None, optional
verify : bool, optional
kwargs : dict, optional
|
|---|---|
| Returns: | object or generator
|
| Raises: | ValueError
UnrecognizedFormatError
FormatIdentificationWarning
ArgumentOverrideWarning
|