CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
chained.cpython-310.pyc16 linesDownload Raw Back to __pycache__
1o

2��Yi��@s0ddlmZddlmZdZGdd�de�ZdS)�)�ClassVar)�AbstractFileSystem)�ChainedFileSystemc@s"eZdZUdZdZeeed<dS)ra�Chained filesystem base class.3 4    A chained filesystem is designed to be layered over another FS.5    This is useful to implement things like caching.6 7    This base class does very little on its own, but is used as a marker8    that the class is designed for chaining.9 10    Right now this is only used in `url_to_fs` to provide the path argument11    (`fo`) to the chained filesystem from the underlying filesystem.12 13    Additional functionality may be added in the future.14    Zchained�protocolN)�__name__�15__module__�__qualname__�__doc__rr�str�__annotations__�rr��E:\DocsHouse\542 percep lab latest\PerceptionLab\PerceptionLab_Portable\python_embed\Lib\site-packages\fsspec/implementations/chained.pyrs16rN)�typingrZfsspecr�__all__rrrrr
�<module>s
Aluode/PerceptionLabPortable · CoolFace