| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
list --+
|
Tree --+
|
ImmutableTree
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| item |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
| node | |||
|
Inherited from |
|||
|
|||
Construct a new tree. This constructor can be called in one of two ways:
|
|
x[i:j]=y Use of negative indices is not supported.
|
|
del x[i:j] Use of negative indices is not supported.
|
x+=y
|
x*=y
|
append object to end
|
extend list by appending elements from the iterable
|
remove and return item at index (default last)
|
remove first occurrence of value
|
reverse *IN PLACE*
|
stable sort *IN PLACE*; cmp(x, y) -> -1, 0, 1
|
hash(x)
|
Set self._node. This will only succeed the first time the node value is set, which should occur in Tree.__init__(). |
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:58 2008 | http://epydoc.sourceforge.net |