| Trees | Indices | Help |
|
|---|
|
|
object --+
|
repeat
repeat(element [,times]) -> create an iterator which returns the element for the specified number of times. If not specified, returns the element endlessly.
|
|||
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
| the next value, or raise StopIteration |
|
||
|
Inherited from |
|||
|
|||
|
|||
x.__getattribute__('name') <==> x.name
|
|
repr(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:43:47 2008 | http://epydoc.sourceforge.net |