| Modifier and Type | Field and Description |
|---|---|
| protected PyObject |
| Access | Constructor and Description |
|---|---|
| protected | |
| protected | |
| protected |
| Modifier and Type | Method and Description |
|---|---|
| public int | __cmp__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __cmp__ method. |
| public PyBuiltinCallable | bind(PyObject bindTo)
Implements abstract org. Returns a new instance of this type of PyBuiltinFunction bound to self |
| public PyObject | |
| public int | |
| public PyMethodDescr | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| self | back to summary |
|---|---|
| protected PyObject self | |
| PyBuiltinMethod | back to summary |
|---|---|
| protected PyBuiltinMethod(PyType type, PyObject self, PyBuiltinCallable. | |
| PyBuiltinMethod | back to summary |
|---|---|
| protected PyBuiltinMethod(PyObject self, PyBuiltinCallable. | |
| PyBuiltinMethod | back to summary |
|---|---|
| protected PyBuiltinMethod(String name) | |
| __cmp__ | back to summary |
|---|---|
| public int __cmp__(PyObject other) Overrides org. Doc from org. Equivalent to the standard Python __cmp__ method. | |
| bind | back to summary |
|---|---|
| public PyBuiltinCallable bind(PyObject bindTo) Implements abstract 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. | |
| hashCode | back to summary |
|---|---|
| public int hashCode() Overrides org. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
| |
| makeDescriptor | back to summary |
|---|---|
| public PyMethodDescr makeDescriptor(PyType t) | |
| 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
| |