| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public abstract PyObject | |
| public abstract PyObject | Returns: - the new object.- if the new object should be initted. init, PyObject[] - args passed to call args, String[] - keywords passed to call keywords)Called when new is invoked on the type the new was defined on. |
| public PyObject | new_impl(boolean init, PyType subtype, PyObject[] args, String[] keywords)
Implements abstract org.
|
| PyOverridableNew | back to summary |
|---|---|
| public PyOverridableNew() | |
| createOfSubtype | back to summary |
|---|---|
| public abstract PyObject createOfSubtype(PyType subtype) Called when new is invoked on a subtype of for_type. | |
| createOfType | back to summary |
|---|---|
| public abstract PyObject createOfType(boolean init, PyObject[] args, String[] keywords) Called when new is invoked on the type the new was defined on.
- the new object. | |
| new_impl | back to summary |
|---|---|
| public PyObject new_impl(boolean init, PyType subtype, PyObject[] args, String[] keywords) Implements abstract org.
| |