| Trees | Indices | Help |
|
|---|
|
|
object --+
|
tuple
tuple() -> an empty tuple tuple(sequence) -> tuple initialized from sequence'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 |
|
||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
x.__getattribute__('name') <==> x.name
|
x[i:j] Use of negative indices is not supported. |
hash(x)
|
|
repr(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:44:21 2008 | http://epydoc.sourceforge.net |