anyconfig.ioinfo.factory¶
ioinfo.main to provide internal APIs used from other modules.
- anyconfig.ioinfo.factory.from_path_object(path)¶
Get an IOInfo object made from
pathlib.Pathobjectpath.- Return type:
- anyconfig.ioinfo.factory.from_path_str(path)¶
Get an IOInfo object made from a str
path.- Return type:
- anyconfig.ioinfo.factory.from_io_stream(strm)¶
Get an IOInfo object made from IO stream object
strm.- Return type:
- anyconfig.ioinfo.factory.make(obj)¶
Make and return a
datatypes.IOInfoobject fromobj.- Return type: