module Synopsis.FileTree
class File
File-inheritance Scopes/Synopsis/FileTree/Node.html
FileTree node for files. @attr path the path of this node as a string. @attr filename the name of the file, i.e. the last element of the path string @attr decls the list of declarations in this file.
Attributes Summary:
source code
Methods Summary:
  __init__(self, path, filename, declarations)
references
source code
Attributes Inherited from Node
path, filename