| Modifier and Type | Field and Description |
|---|---|
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| 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. keywords)Overrides org. The basic method to override when implementing a callable object. |
| private static ArgParser | Returns: anor. instancethe name of the caller funcName, PyObject[] or. array of argsString-array of keywordsReturn an ArgParser setup to ignore keyword args (allowing them to passthru). |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| pack-priv final PyObject | |
| pack-priv final void | |
| pack-priv static final PyObject | weakref___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| ReferenceType | back to summary |
|---|---|
| public ReferenceType(PyType subType, ReferenceBackend gref, PyObject callback) | |
| ReferenceType | back to summary |
|---|---|
| public ReferenceType(ReferenceBackend gref, PyObject callback) | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject[] args, String[] keywords) 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. | |
| parseInitArgs | back to summary |
|---|---|
| private static ArgParser parseInitArgs(String funcName, PyObject[] args, String[] keywords) Return an ArgParser setup to ignore keyword args (allowing them to passthru).
an | |
| 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-
| |
| weakref___call__ | back to summary |
|---|---|
pack-priv final PyObject weakref___call__(PyObject[] args, String[] keywords)
| |
| weakref___init__ | back to summary |
|---|---|
pack-priv final void weakref___init__(PyObject[] args, String[] keywords)
| |
| weakref___new__ | back to summary |
|---|---|
pack-priv static final PyObject weakref___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |