module Synopsis.FileTree
class Node
Node-inheritance Scopes/Synopsis/FileTree/File.html Scopes/Synopsis/Formatters/HTML/Views/ModuleTree/ModuleTree.html Scopes/Synopsis/FileTree/Directory.html Scopes/Synopsis/Formatters/HTML/Parts/Inheritance/Inheritance.html
Base class for directories and files in the tree. @attr path the path of this node as a string. @attr filename the name of the node, i.e. the last element of the path string
Attributes Summary:
source code
source code
Methods Summary:
  __init__(self, path, filename)
references
source code