Trees | Indices | Help |
---|
|
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 |
|
||
|
|||
|
|||
int |
|
||
integer |
|
||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__getattribute__('name') <==> x.name
|
x[i:j] Use of negative indices is not supported. |
hash(x)
|
|
repr(x)
|
size of T in memory, in bytes
|
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 Wed Aug 2 13:52:10 2017 | http://epydoc.sourceforge.net |