Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 3.55 KB

File metadata and controls

52 lines (47 loc) · 3.55 KB

Filesystem Interface

The following methods are available in all PyFilesystem implementation:

See :py:class:`~fs.base.FS` for the method signature and full details.

If you intend to implement an FS object, see :ref:`implementers`.