Method Summary |
|
public PyObject | __abs__() Implements the __abs__ method by looking it up
in the instance's dictionary and calling it if it is found. |
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. |
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. |
public PyObject | __call__(PyObject args, String keywords) |
public int | __cmp__(PyObject other) |
public Object | __coerce_ex__(PyObject o) |
public PyComplex | __complex__() Implements the __complex__ method by looking it up
in the instance's dictionary and calling it if it is found. |
public boolean | __contains__(PyObject o) |
public void | __delattr__(String name) |
public void | __delitem__(PyObject key) |
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. |
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. |
public PyObject | __eq__(PyObject o) |
public PyObject | __findattr__(String name) |
public PyObject | __findattr__(String name, boolean stopAtJava) |
public PyObject | __finditem__(int key) |
public PyObject | __finditem__(PyObject key) |
public PyFloat | __float__() Implements the __float__ method by looking it up
in the instance's dictionary and calling it if it is found. |
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. |
public PyObject | __ge__(PyObject o) |
public PyObject | __getitem__(PyObject key) |
public PyObject | __gt__(PyObject o) |
public PyString | __hex__() Implements the __hex__ method by looking it up
in the instance's dictionary and calling it if it is found. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
public void | __init__(PyObject[] args, String[] keywords) |
public PyObject | __int__() Implements the __int__ method by looking it up
in the instance's dictionary and calling it if it is found. |
public PyObject | __invert__() Implements the __invert__ method by looking it up
in the instance's dictionary and calling it if it is found. |
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. |
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. |
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. |
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. |
public PyObject | __iter__() |
public PyObject | __iternext__() |
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. |
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. |
public PyObject | __jfindattr__(String name) |
public PyObject | __le__(PyObject o) |
public int | __len__() |
public PyLong | __long__() Implements the __long__ method by looking it up
in the instance's dictionary and calling it if it is found. |
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. |
public PyObject | __lt__(PyObject o) |
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. |
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. |
public PyObject | __ne__(PyObject o) |
public PyObject | __neg__() Implements the __neg__ method by looking it up
in the instance's dictionary and calling it if it is found. |
public boolean | __nonzero__() |
public PyString | __oct__() Implements the __oct__ method by looking it up
in the instance's dictionary and calling it if it is found. |
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. |
public PyObject | __pos__() Implements the __pos__ method by looking it up
in the instance's dictionary and calling it if it is found. |
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. |
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. |
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. |
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. |
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. |
public PyString | __repr__() |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
public void | __setattr__(String name, PyObject value) |
public void | __setitem__(PyObject key, PyObject value) |
public PyString | __str__() |
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. |
public Object | __tojava__(Class c) |
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. |
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. |
public PyObject | fastGetClass() |
public int | hashCode() |
protected PyObject | ifindclass(String name, boolean stopAtJava) |
protected PyObject | ifindfunction(String name) |
protected PyObject | ifindlocal(String name) |
public PyObject | invoke(String name) |
public PyObject | invoke(String name, PyObject arg1) |
public PyObject | invoke(String name, PyObject arg1, PyObject arg2) |
public PyObject | invoke_ex(String name, PyObject[] args, String[] keywords) |
public PyObject | invoke_ex(String name) |
public PyObject | invoke_ex(String name, PyObject arg1) |
public PyObject | invoke_ex(String name, PyObject arg1, PyObject arg2) |
protected void | makeProxy() |
protected void | noField(String name, PyObject value) |
protected void | unassignableField(String name, PyObject value) |