fs.wrapfs¶
Base class for filesystem wrappers.
-
class
fs.wrapfs.WrapFS(wrap_fs)[source]¶ A proxy for a filesystem object.
This class exposes an filesystem interface, where the data is stored on another filesystem(s), and is the basis for
SubFSand other virtual filesystems.