Located in compilation unit of org.
| Modifier and Type | Field and Description |
|---|---|
| public static final PyObject |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__()
Overrides org. A variant of the __call__ method with no arguments. |
| public PyObject | __call__(PyObject
the single argument to the function. arg1)Overrides org. A variant of the __call__ method with one argument. |
| public PyObject | __call__(PyObject
the first argument to the function. arg1, PyObject the second argument to the function. arg2)Overrides org. A variant of the __call__ method with two arguments. |
| public PyObject | __call__(PyObject
the first argument to the function. arg1, PyObject the second argument to the function. arg2, PyObject the third argument to the function. arg3)Overrides org. A variant of the __call__ method with three arguments. |
| public PyObject | __call__(PyObject
the first argument to the function. arg1, PyObject the second argument to the function. arg2, PyObject the third argument to the function. arg3, PyObject the fourth argument to the function. arg4)Overrides org. A variant of the __call__ method with four arguments. |
| public PyObject | |
| public PyObject |
| module | back to summary |
|---|---|
| public static final PyObject module | |
| BuiltinFunctions | back to summary |
|---|---|
| public BuiltinFunctions(String name, int index, int argcount) | |
| BuiltinFunctions | back to summary |
|---|---|
| public BuiltinFunctions(String name, int index, int minargs, int maxargs) | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__() Overrides org. Doc from org. A variant of the __call__ method with no arguments. The default behavior is to invoke
| |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject arg1) Overrides org. Doc from org. A variant of the __call__ method with one argument. The default behavior is to invoke
| |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject arg1, PyObject arg2) Overrides org. Doc from org. A variant of the __call__ method with two arguments. The default behavior is to invoke
| |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject arg1, PyObject arg2, PyObject arg3) Overrides org. Doc from org. A variant of the __call__ method with three arguments. The default behavior is to invoke
| |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject arg1, PyObject arg2, PyObject arg3, PyObject arg4) Overrides org. Doc from org. A variant of the __call__ method with four arguments. The default behavior is to invoke
| |
| fancyCall | back to summary |
|---|---|
| public PyObject fancyCall(PyObject[] args) Overrides org.
| |
| getModule | back to summary |
|---|---|
| public PyObject getModule() Overrides org.
| |