Located in compilation unit of org.
| Modifier and Type | Field and Description |
|---|---|
| pack-priv Method |
| 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. |
| public PyObject | |
| public PyObject | |
| public boolean |
| method | back to summary |
|---|---|
| pack-priv Method method | |
| JavaFunc | back to summary |
|---|---|
| public JavaFunc(Method method) | |
| __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.
| |
| _doget | back to summary |
|---|---|
| public PyObject _doget(PyObject container) Overrides org.
| |
| _doget | back to summary |
|---|---|
| public PyObject _doget(PyObject container, PyObject wherefound) Overrides org.
| |
| _doset | back to summary |
|---|---|
| public boolean _doset(PyObject container) | |