| Modifier and Type | Field and Description |
|---|---|
| protected PyObject | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | |
| 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. |
| pack-priv final PyObject | |
| pack-priv static final PyObject | classmethod_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| callable | back to summary |
|---|---|
protected PyObject callable
| |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyClassMethod | back to summary |
|---|---|
| public PyClassMethod(PyObject callable) | |
| __get__ | back to summary |
|---|---|
| public PyObject __get__(PyObject obj) | |
| __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___get__ | back to summary |
|---|---|
pack-priv final PyObject classmethod___get__(PyObject obj, PyObject type)
| |
| classmethod_new | back to summary |
|---|---|
pack-priv static final PyObject classmethod_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |