| Modifier and Type | Class and Description |
|---|---|
| public static class | |
| public static interface |
| Modifier and Type | Field and Description |
|---|---|
| protected String | |
| protected PyBuiltinCallable. |
| Access | Constructor and Description |
|---|---|
| protected | |
| protected |
| Modifier and Type | Method and Description |
|---|---|
| public abstract PyBuiltinCallable | |
| public PyObject | |
| public String | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public void | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| doc | back to summary |
|---|---|
| protected String doc | |
| info | back to summary |
|---|---|
| protected PyBuiltinCallable. | |
| PyBuiltinCallable | back to summary |
|---|---|
| protected PyBuiltinCallable(PyType type, PyBuiltinCallable. | |
| PyBuiltinCallable | back to summary |
|---|---|
| protected PyBuiltinCallable(PyBuiltinCallable. | |
| bind | back to summary |
|---|---|
| public abstract PyBuiltinCallable bind(PyObject self) Returns a new instance of this type of PyBuiltinFunction bound to self | |
| fastGetName | back to summary |
|---|---|
public PyObject fastGetName()
| |
| getDoc | back to summary |
|---|---|
public String getDoc()
| |
| getModule | back to summary |
|---|---|
public PyObject getModule()
| |
| getSelf | back to summary |
|---|---|
public PyObject getSelf()
| |
| makeCall | back to summary |
|---|---|
public PyObject makeCall()
| |
| setInfo | back to summary |
|---|---|
| public void setInfo(PyBuiltinCallable. | |
| 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- | |
| Modifier and Type | Field and Description |
|---|---|
| private int | |
| private int | |
| private String |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static boolean | |
| public int | |
| public int | |
| public String | |
| public static PyException | |
| public PyException | unexpectedCall(int nargs, boolean keywords)
Implements org.
|
| maxargs | back to summary |
|---|---|
| private int maxargs | |
| minargs | back to summary |
|---|---|
| private int minargs | |
| name | back to summary |
|---|---|
| private String name | |
| DefaultInfo | back to summary |
|---|---|
| public DefaultInfo(String name, int minargs, int maxargs) | |
| DefaultInfo | back to summary |
|---|---|
| public DefaultInfo(String name) | |
| check | back to summary |
|---|---|
| public static boolean check(int nargs, int minargs, int maxargs) | |
| getMaxargs | back to summary |
|---|---|
| public int getMaxargs() Implements org. | |
| getMinargs | back to summary |
|---|---|
| public int getMinargs() Implements org. | |
| getName | back to summary |
|---|---|
| public String getName() Implements org. | |
| unexpectedCall | back to summary |
|---|---|
| public static PyException unexpectedCall(int nargs, boolean keywords, String name, int minargs, int maxargs) | |
| unexpectedCall | back to summary |
|---|---|
| public PyException unexpectedCall(int nargs, boolean keywords) Implements org. | |
| Modifier and Type | Method and Description |
|---|---|
| public int | |
| public int | |
| public String | |
| public PyException |
| getMaxargs | back to summary |
|---|---|
| public int getMaxargs() | |
| getMinargs | back to summary |
|---|---|
| public int getMinargs() | |
| getName | back to summary |
|---|---|
| public String getName() | |
| unexpectedCall | back to summary |
|---|---|
| public PyException unexpectedCall(int nargs, boolean keywords) | |