Home | Trees | Indices | Help |
|
---|
|
Classes | |
NodeNotFound raised when a node has not been found |
|
Node a basic tree node, characterized by an id |
|
VNode a visitable node |
|
BinaryNode a binary node (i.e. only two children |
|
ListNode Used to manipulate Nodes as Lists |
|
PostfixedDepthFirstIterator a postfixed depth first iterator, designed to be used with visitors |
|
PrefixedDepthFirstIterator a prefixed depth first iterator, designed to be used with visitors |
Functions | |||
|
|||
|
Variables | |
EX_SIBLING_NOT_FOUND = "No such sibling as '%s'"
|
|
EX_CHILD_NOT_FOUND = "No such child as '%s'"
|
|
EX_NODE_NOT_FOUND = "No such node as '%s'"
|
|
list_class = UserList
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jan 17 22:12:20 2016 | http://epydoc.sourceforge.net |