| Access | Constructor and Description |
|---|---|
| protected | |
| protected |
| Modifier and Type | Method and Description |
|---|---|
| public PyBuiltinCallable | bind(PyObject self)
Implements abstract org. Returns a new instance of this type of PyBuiltinFunction bound to self |
| public boolean | |
| public boolean | |
| public boolean | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| PyBuiltinFunction | back to summary |
|---|---|
| protected PyBuiltinFunction(String name, String doc) | |
| PyBuiltinFunction | back to summary |
|---|---|
| protected PyBuiltinFunction(String name, int minargs, int maxargs, String doc) | |
| bind | back to summary |
|---|---|
| public PyBuiltinCallable bind(PyObject self) Implements abstract org. Doc from org. Returns a new instance of this type of PyBuiltinFunction bound to self | |
| isMappingType | back to summary |
|---|---|
| public boolean isMappingType() Overrides org. | |
| isNumberType | back to summary |
|---|---|
| public boolean isNumberType() Overrides org. | |
| isSequenceType | back to summary |
|---|---|
| public boolean isSequenceType() Overrides org. | |
| 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-
| |