pyre.filesystem.Node¶
Module Contents¶
-
class
pyre.filesystem.Node.Node(filesystem, **kwds)¶ The base class for all filesystem entries
{Node} and {Folder} are the leaf and container types for the composite that enables the representation of the hierarchical structure of filesystems.
-
isFolder= False¶
-
checksum(self, **kwds)¶ Build a checksum that summarizes my contents
-
open(self, **kwds)¶ Access the contents of the physical resource with which I am associated
-
dump(self, indent=0)¶ Print out my contents using a tree explorer
-
print(self)¶ Display my contents
-