| Modifier and Type | Field and Description |
|---|---|
| private int |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| 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 void | |
| public String | |
| public PyObject | |
| public boolean | |
| public boolean | |
| public void | |
| public PyObject | |
| public void | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| index | back to summary |
|---|---|
| private int index | |
| PySlot | back to summary |
|---|---|
| public PySlot(PyType dtype, String name, int index) | |
| __delete__ | back to summary |
|---|---|
| public void __delete__(PyObject obj) Overrides org.
| |
| __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. | |
| __set__ | back to summary |
|---|---|
| public void __set__(PyObject obj, PyObject value) Overrides org.
| |
| getName | back to summary |
|---|---|
| public String getName() Return the name this descriptor is exposed as.
| |
| getObjClass | back to summary |
|---|---|
| public PyObject getObjClass() Return the owner class of this descriptor.
| |
| implementsDescrSet | back to summary |
|---|---|
| public boolean implementsDescrSet() Overrides org.
| |
| isDataDescr | back to summary |
|---|---|
| public boolean isDataDescr() Overrides org.
| |
| member_descriptor___delete__ | back to summary |
|---|---|
public void member_descriptor___delete__(PyObject obj)
| |
| member_descriptor___get__ | back to summary |
|---|---|
public PyObject member_descriptor___get__(PyObject obj, PyObject type)
| |
| member_descriptor___set__ | back to summary |
|---|---|
public void member_descriptor___set__(PyObject obj, PyObject value)
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |