| Home | Trees | Indices | Help |
|
|---|
|
|
Base class to represent a tree structure. :copyright: 2000-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: General Public License version 2 - http://www.gnu.org/licenses
| Classes | |
|
BinaryNode a binary node (i.e. |
|
|
ListNode Used to manipulate Nodes as Lists... |
|
|
Node a basic tree node, characterized by an id |
|
|
NodeNotFound raised when a node has not been found |
|
|
PostfixedDepthFirstIterator a postfixed depth first iterator, designed to be used with visitors... |
|
|
PrefixedDepthFirstIterator a prefixed depth first iterator, designed to be used with visitors... |
|
|
VNode a visitable node... |
|
| Functions | |||
|
|||
|
|||
| Variables | |
EX_CHILD_NOT_FOUND =
|
|
EX_NODE_NOT_FOUND =
|
|
EX_SIBLING_NOT_FOUND =
|
|
__package__ =
|
|
| Function Details |
create a list with tree nodes for which the <filter> function returned true in a post order fashion |
create a list with tree nodes for which the <filter> function returned true in a pre order fashion |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 27 17:18:41 2009 | http://epydoc.sourceforge.net |