A python class instance.
__abs__
public PyObject __abs__()
Implements the __abs__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __abs__ in interface PyObject
__add__
public PyObject __add__(PyObject o)
Implements the __add__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __add__ in interface PyObject
__and__
public PyObject __and__(PyObject o)
Implements the __and__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __and__ in interface PyObject
__complex__
public PyComplex __complex__()
Implements the __complex__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __complex__ in interface PyObject
__div__
public PyObject __div__(PyObject o)
Implements the __div__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __div__ in interface PyObject
__divmod__
public PyObject __divmod__(PyObject o)
Implements the __divmod__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __divmod__ in interface PyObject
__findattr__
public PyObject __findattr__(String name,
boolean stopAtJava)
__float__
public PyFloat __float__()
Implements the __float__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __float__ in interface PyObject
__floordiv__
public PyObject __floordiv__(PyObject o)
Implements the __floordiv__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __floordiv__ in interface PyObject
__hex__
public PyString __hex__()
Implements the __hex__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __hex__ in interface PyObject
__iadd__
public PyObject __iadd__(PyObject o)
Implements the __iadd__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __iadd__ in interface PyObject
__iand__
public PyObject __iand__(PyObject o)
Implements the __iand__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __iand__ in interface PyObject
__idiv__
public PyObject __idiv__(PyObject o)
Implements the __idiv__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __idiv__ in interface PyObject
__ifloordiv__
public PyObject __ifloordiv__(PyObject o)
Implements the __ifloordiv__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __ifloordiv__ in interface PyObject
__ilshift__
public PyObject __ilshift__(PyObject o)
Implements the __ilshift__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __ilshift__ in interface PyObject
__imod__
public PyObject __imod__(PyObject o)
Implements the __imod__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __imod__ in interface PyObject
__imul__
public PyObject __imul__(PyObject o)
Implements the __imul__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __imul__ in interface PyObject
__init__
public void __init__(PyObject[] args,
String[] keywords)
__int__
public PyObject __int__()
Implements the __int__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __int__ in interface PyObject
__invert__
public PyObject __invert__()
Implements the __invert__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __invert__ in interface PyObject
__ior__
public PyObject __ior__(PyObject o)
Implements the __ior__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __ior__ in interface PyObject
__ipow__
public PyObject __ipow__(PyObject o)
Implements the __ipow__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __ipow__ in interface PyObject
__irshift__
public PyObject __irshift__(PyObject o)
Implements the __irshift__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __irshift__ in interface PyObject
__isub__
public PyObject __isub__(PyObject o)
Implements the __isub__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __isub__ in interface PyObject
__itruediv__
public PyObject __itruediv__(PyObject o)
Implements the __itruediv__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __itruediv__ in interface PyObject
__ixor__
public PyObject __ixor__(PyObject o)
Implements the __ixor__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __ixor__ in interface PyObject
__jfindattr__
public PyObject __jfindattr__(String name)
__long__
public PyLong __long__()
Implements the __long__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __long__ in interface PyObject
__lshift__
public PyObject __lshift__(PyObject o)
Implements the __lshift__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __lshift__ in interface PyObject
__mod__
public PyObject __mod__(PyObject o)
Implements the __mod__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __mod__ in interface PyObject
__mul__
public PyObject __mul__(PyObject o)
Implements the __mul__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __mul__ in interface PyObject
__neg__
public PyObject __neg__()
Implements the __neg__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __neg__ in interface PyObject
__oct__
public PyString __oct__()
Implements the __oct__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __oct__ in interface PyObject
__or__
public PyObject __or__(PyObject o)
Implements the __or__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __or__ in interface PyObject
__pos__
public PyObject __pos__()
Implements the __pos__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __pos__ in interface PyObject
__pow__
public PyObject __pow__(PyObject o)
Implements the __pow__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __pow__ in interface PyObject
__radd__
public PyObject __radd__(PyObject o)
Implements the __radd__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __radd__ in interface PyObject
__rand__
public PyObject __rand__(PyObject o)
Implements the __rand__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rand__ in interface PyObject
__rdiv__
public PyObject __rdiv__(PyObject o)
Implements the __rdiv__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rdiv__ in interface PyObject
__rdivmod__
public PyObject __rdivmod__(PyObject o)
Implements the __rdivmod__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rdivmod__ in interface PyObject
__rfloordiv__
public PyObject __rfloordiv__(PyObject o)
Implements the __rfloordiv__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rfloordiv__ in interface PyObject
__rlshift__
public PyObject __rlshift__(PyObject o)
Implements the __rlshift__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rlshift__ in interface PyObject
__rmod__
public PyObject __rmod__(PyObject o)
Implements the __rmod__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rmod__ in interface PyObject
__rmul__
public PyObject __rmul__(PyObject o)
Implements the __rmul__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rmul__ in interface PyObject
__ror__
public PyObject __ror__(PyObject o)
Implements the __ror__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __ror__ in interface PyObject
__rpow__
public PyObject __rpow__(PyObject o)
Implements the __rpow__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rpow__ in interface PyObject
__rrshift__
public PyObject __rrshift__(PyObject o)
Implements the __rrshift__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rrshift__ in interface PyObject
__rshift__
public PyObject __rshift__(PyObject o)
Implements the __rshift__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rshift__ in interface PyObject
__rsub__
public PyObject __rsub__(PyObject o)
Implements the __rsub__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rsub__ in interface PyObject
__rtruediv__
public PyObject __rtruediv__(PyObject o)
Implements the __rtruediv__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rtruediv__ in interface PyObject
__rxor__
public PyObject __rxor__(PyObject o)
Implements the __rxor__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __rxor__ in interface PyObject
__sub__
public PyObject __sub__(PyObject o)
Implements the __sub__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __sub__ in interface PyObject
__truediv__
public PyObject __truediv__(PyObject o)
Implements the __truediv__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __truediv__ in interface PyObject
__xor__
public PyObject __xor__(PyObject o)
Implements the __xor__ method by looking it up
in the instance's dictionary and calling it if it is found.
- __xor__ in interface PyObject
invoke_ex
public PyObject invoke_ex(String name)
invoke_ex
public PyObject invoke_ex(String name,
PyObject[] args,
String[] keywords)