| Modifier and Type | Field and Description |
|---|---|
| private static final PyObject | objectGetattribute
object.__getattribute__ descriptor, cached for use by __findattr_ex__. |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static PyObject | |
| public static void |
| objectGetattribute | back to summary |
|---|---|
| private static final PyObject objectGetattribute object.__getattribute__ descriptor, cached for use by __findattr_ex__. | |
| Deriveds | back to summary |
|---|---|
| public Deriveds() | |
| __findattr_ex__ | back to summary |
|---|---|
| public static PyObject __findattr_ex__(PyObject self, String name) Deriveds' __findattr_ex__ implementation. This resides here (in org.python.core) because it manipulates PyType, and doesn't call any of the Derived classes' superclass methods. | |
| dispatch__init__ | back to summary |
|---|---|
| public static void dispatch__init__(PyObject self, PyObject[] args, String[] keywords) | |