| Trees | Indices | Help |
|
|---|
|
|
object --+
|
tuple
tuple() -> empty tuple tuple(iterable) -> tuple initialized from iterable's items
If the argument is a tuple, the return value is the same object.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
|||
| integer |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
|||
x.__getattribute__('name') <==> x.name
|
x[i:j] Use of negative indices is not supported. |
hash(x)
|
|
repr(x)
|
T.index(value, [start, [stop]]) -> integer -- return first index of value. Raises ValueError if the value is not present. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 30 18:46:43 2017 | http://epydoc.sourceforge.net |