Io
This submodule contains utilities related to i/o for specific file formats.
loader_for
loader_for(standard: str) -> Callable[[str, Bucket | str | None], HDUList] | Callable[[str, Bucket | str | None], AsdfFile] | Callable[[str, Bucket | str | None], ParquetFile]
Get the canonical loader function for a supported standard.