| Modifier and Type | Field and Description |
|---|---|
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __get__(PyObject
- the instance accessing this descriptor. Can be null if this is being accessed by
a type. obj, PyObject - the type accessing this descriptor. Will be null if obj exists as obj is of the
type accessing the descriptor. type)Overrides org. Get descriptor for this PyObject. |
| public PyObject | |
| public String |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyClassMethodDescr | back to summary |
|---|---|
| pack-priv PyClassMethodDescr(PyType type, PyBuiltinCallable meth) | |
| __get__ | back to summary |
|---|---|
| public PyObject __get__(PyObject obj, PyObject type) Overrides org. Doc from org. Get descriptor for this PyObject.
- the object defined for this descriptor for the given obj and type. | |
| classmethod_descriptor___get__ | back to summary |
|---|---|
public PyObject classmethod_descriptor___get__(PyObject obj, PyObject type)
| |
| getDoc | back to summary |
|---|---|
| public String getDoc() Overrides org.
| |