| Modifier and Type | Field and Description |
|---|---|
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__(PyObject[]
all arguments to the function (including keyword arguments). args, String[] the keywords used for all keyword arguments. kws)Overrides org. The basic method to override when implementing a callable object. |
| pack-priv final PyObject |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| CallableProxyType | back to summary |
|---|---|
| public CallableProxyType(ReferenceBackend ref, PyObject callback) | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject[] args, String[] kws) Overrides org. Doc from org. The basic method to override when implementing a callable object. The first len(args)-len(keywords) members of args[] are plain arguments. The last len(keywords) arguments are the values of the keyword arguments. | |
| weakcallableproxy___call__ | back to summary |
|---|---|
pack-priv final PyObject weakcallableproxy___call__(PyObject[] args, String[] kws)
| |