org.python.core
public class PySuper extends PyObject implements PyType.Newstyle
| Field Summary | |
|---|---|
| static String | exposed_name |
| Constructor Summary | |
|---|---|
| PySuper() | |
| PySuper(PyType subType) | |
| Method Summary | |
|---|---|
| PyObject | getSelf() |
| PyType | getSelfClass() |
| PyType | getThisClass() |
| void | super_init(PyObject[] args, String[] keywords) |
| static void | typeSetup(PyObject dict, PyType.Newstyle marker) |
| PyObject | __findattr__(String name) |
| PyObject | __get__(PyObject obj, PyObject type) |