org.python.core
public class PyMethod extends PyObject
Field Summary | |
---|---|
PyObject | im_class |
PyObject | im_func |
PyObject | im_self |
PyObject | __doc__ |
String | __name__ |
Constructor Summary | |
---|---|
PyMethod(PyObject self, PyObject f, PyObject wherefound) | |
PyMethod(PyObject self, PyFunction f, PyObject wherefound) | |
PyMethod(PyObject self, PyReflectedFunction f, PyObject wherefound) |
Method Summary | |
---|---|
String | safeRepr() |
String | toString() |
PyObject | _doget(PyObject container) |
PyObject | _doget(PyObject container, PyObject wherefound) |
PyObject | __call__(PyObject[] args, String[] keywords) |
int | __cmp__(PyObject other) |
void | __delattr__(String name) |
PyObject | __dir__() |
PyObject | __findattr__(String name) |