| Modifier and Type | Field and Description |
|---|---|
| protected PyObject | |
| private Class |
| 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 PyBuiltinCallable | bind(PyObject bindTo)
Overrides org. Returns a new instance of this type of PyBuiltinFunction bound to self |
| public PyObject | |
| public boolean | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| __self__ | back to summary |
|---|---|
| protected PyObject __self__ | |
| type | back to summary |
|---|---|
| private Class<?> type | |
| PyBuiltinMethodSet | back to summary |
|---|---|
| public PyBuiltinMethodSet(String name, int index, int minargs, int maxargs, String doc, Class<?> type) | |
| __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. | |
| bind | back to summary |
|---|---|
| public PyBuiltinCallable bind(PyObject bindTo) Overrides org. Doc from org. Returns a new instance of this type of PyBuiltinFunction bound to self
| |
| getSelf | back to summary |
|---|---|
| public PyObject getSelf() Overrides org.
| |
| implementsDescrGet | back to summary |
|---|---|
| public boolean implementsDescrGet() Overrides org.
| |
| 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
| |
| 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- | |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |