Home | Trees | Indices | Help |
|
---|
|
object --+ | AutoNode
An AutoNode.
AutoNodes are explained in AutoNode's metaclass, AutoNodeType.
A noteworthy method is change -- pass in new attribute values to create a new instance with the original attribute values except for those passed to change. This will only work if all non-autoattribute attributes of the class are set in _setupNode.
Nested Classes | |
__metaclass__ A metaclass for AutoNodes.. |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Methods | |||
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
returns a shallow clone of other. other should be of the same class or a superclass. |
yields pairs of attributeName, attributeValue for this node. This will look into sequences, so multiple occurrences of an attributeName are possible. Only nodes are returned. |
iterates the tree preorder. Only AutoNodes are returned, not python values. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |