| Trees | Indices | Help |
|
|---|
|
|
object --+
|
count
count([firstval]) --> count object
Return a count object whose .next() method returns consecutive integers starting from zero or, if specified, from firstval.
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
| the next value, or raise StopIteration |
|
||
|
|||
x.__getattribute__('name') <==> x.name
|
|
repr(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 13 23:38:41 2008 | http://epydoc.sourceforge.net |