org.python.core
public class PyReflectedFunction extends PyObject
| Field Summary | |
|---|---|
| ReflectedArgs[] | argslist |
| int | nargs |
| PyObject | __doc__ |
| String | __name__ |
| Constructor Summary | |
|---|---|
| PyReflectedFunction(String name) | |
| PyReflectedFunction(Method method) | |
| Method Summary | |
|---|---|
| void | addMethod(Method m) |
| PyReflectedFunction | copy() |
| boolean | handles(Method method) |
| void | printArgs() |
| String | toString() |
| PyObject | _doget(PyObject container) |
| PyObject | _doget(PyObject container, PyObject wherefound) |
| boolean | _doset(PyObject container) |
| PyObject | __call__(PyObject self, PyObject[] args, String[] keywords) |
| PyObject | __call__(PyObject[] args, String[] keywords) |