| Home | Trees | Indices | Help |
|---|
|
|
The interface required by the walkers.
loop is value returned when a node is re-visited.
type_ is set with the node type before constructor() is called. This allows constructor() itself to be invoked with the Python arguments used to construct the original graph.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Called on nodes that belong to a loop (eg. in the ConstructorWalker nodes are visited in postorder, and this is called when a node is first found as a constructor argument (before bing found in the "postorder" traversal)). By default, do nothing. |
Called when first visiting a node. By default, do nothing. |
Called for node instances. The args and kargs are the values for the corresponding child nodes, as returned by this visitor. By default, do nothing. |
Called for children that are not node instances. By default, do nothing. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 9 21:50:59 2012 | http://epydoc.sourceforge.net |