Trees | Indices | Help |
|
---|
|
object --+ | LinkedList
A doubly linked list, providing constant time addition, size, and truth checks. It provides for constant time removal if you have the node object in hand. It provides for linear time iteration without copying while allowing removals or additions to the list during iteration.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Iterate over the list in some direction from some start point. Common code from __iter__() and reverse_iter(). |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 17 02:58:47 2014 | http://epydoc.sourceforge.net |