| 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 | __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 boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| pack-priv final PyObject | |
| pack-priv static final PyObject | staticmethod_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| 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 | |
| PyStaticMethod | back to summary |
|---|---|
| public PyStaticMethod(PyObject callable) | |
| __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. | |
| 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
| |
| staticmethod___get__ | back to summary |
|---|---|
pack-priv final PyObject staticmethod___get__(PyObject obj, PyObject type)
| |
| staticmethod_new | back to summary |
|---|---|
pack-priv static final PyObject staticmethod_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |