| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.python.core.PyObjectorg.python.core.PyLongorg.python.core.PyLongDerivedNested Class Summary |
Nested classes/interfaces inherited from class org.python.core.PyObject | |
PyObject.ConversionException | |
Field Summary |
Fields inherited from class org.python.core.PyLong | |
exposed_name, maxLong, maxULong, minLong | |
Fields inherited from class org.python.core.PyObject | |
exposed_name | |
Constructor Summary | |
| |
Methods inherited from class org.python.core.PyLong | |
__abs__, __add__, __and__, __cmp__, __coerce_ex__, __complex__, __div__, __divmod__, __float__, __floordiv__, __hex__, __int__, __invert__, __long__, __lshift__, __mod__, __mul__, __neg__, __nonzero__, __oct__, __or__, __pos__, __pow__, __radd__, __rand__, __rdiv__, __rdivmod__, __rfloordiv__, __rmod__, __rmul__, __ror__, __rpow__, __rshift__, __rsub__, __rtruediv__, __rxor__, __str__, __sub__, __tojava__, __truediv__, __unicode__, __xor__, _pow, asInt, asLong, doubleValue, getValue, hashCode, isMappingType, isSequenceType, long___nonzero__, long_new, scaledDoubleValue, toString, typeSetup | |
public PyObject __getslice__(PyObject start, PyObject stop, PyObject step)
- Overrides:
- __getslice__ in interface PyObject
public PyObject __ifloordiv__(PyObject other)
- Overrides:
- __ifloordiv__ in interface PyObject
public PyObject __itruediv__(PyObject other)
- Overrides:
- __itruediv__ in interface PyObject
public PyObject __rfloordiv__(PyObject other)
- Overrides:
- __rfloordiv__ in interface PyLong
public void __setattr__(String name,
PyObject value)
- Overrides:
- __setattr__ in interface PyObject
public void __setitem__(PyObject key, PyObject value)
- Overrides:
- __setitem__ in interface PyObject
public void dispatch__init__(PyType type, PyObject[] args, String[] keywords)
- Overrides:
- dispatch__init__ in interface PyObject