|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.python.core.PyObject
org.python.core.PySequence
org.python.core.PyTuple
A builtin python tuple.
| Field Summary | |
PyObject[] |
list
|
| Fields inherited from class org.python.core.PySequence |
annotation |
| Fields inherited from class org.python.core.PyObject |
__class__ |
| Constructor Summary | |
PyTuple()
|
|
PyTuple(PyObject[] elements)
|
|
| Method Summary | |
PyObject |
__add__(PyObject generic_other)
Equivalent to the standard Python __add__ method |
int |
__len__()
Equivalent to the standard Python __len__ method. |
PyString |
__str__()
Equivalent to the standard Python __str__ method. |
static void |
classDictInit(PyObject dict)
Internal use only. |
int |
hashCode()
|
String |
safeRepr()
|
String |
toString()
|
| Methods inherited from class org.python.core.PySequence |
__and__, __anye__, __bde__, __delitem__, __delslice__, __eq__, __findattr__, __finditem__, __finditem__, __ge__, __getitem__, __getslice__, __gt__, __lde__, __le__, __lt__, __ne__, __nonzero__, __or__, __rde__, __setattr__, __setitem__, __setitem__, __setslice__, __sub__, __tojava__, containsGraphElements, findEdges, findEdges, findGraphElements, findGraphElements, findNodes, findNodes, findNodesAndEdges, findNodesAndEdges, getAnnotation, groupAndSortBy, groupBy, hide, isMappingType, isNumberType, show, size, sortBy, unroll |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public PyObject[] list
| Constructor Detail |
public PyTuple()
public PyTuple(PyObject[] elements)
| Method Detail |
public static void classDictInit(PyObject dict)
public String safeRepr()
throws PyIgnoreMethodTag
safeRepr in class PyObjectPyIgnoreMethodTagpublic int __len__()
PyObject
__len__ in class PyObjectpublic PyObject __add__(PyObject generic_other)
PyObject
__add__ in class PyObjectgeneric_other - the object to perform this binary operation with
(the right-hand operand).
public int hashCode()
hashCode in class PyObjectpublic PyString __str__()
PyObjectPyObject is to
override the standard Java toString method.
__str__ in class PyObjectpublic String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||