module Synopsis.FileTree
class File
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.
File-inheritance Scopes/Synopsis/FileTree/Node.html
-Attributes
source code
-Methods
  __init__(self, path, filename, declarations)
references
source code
Attributes Inherited from Node
path, filename