Located in compilation unit of org.
| Access | Constructor and Description |
|---|---|
| pack-priv |
| 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. kwds)Overrides org. The basic method to override when implementing a callable object. |
| public static PyObject | |
| public static PyObject | |
| public static PyObject | compile(PyObject source, String filename, CompileMode kind, CompilerFlags cflags, boolean dont_inherit)
|
| private static mod |
| CompileFunction | back to summary |
|---|---|
| pack-priv CompileFunction() | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject[] args, String[] kwds) 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.
| |
| compile | back to summary |
|---|---|
| public static PyObject compile(PyObject source, String filename, String mode) | |
| compile | back to summary |
|---|---|
| public static PyObject compile(PyObject source, String filename, String mode, int flags, boolean dont_inherit) | |
| compile | back to summary |
|---|---|
| public static PyObject compile(PyObject source, String filename, CompileMode kind, CompilerFlags cflags, boolean dont_inherit) | |
| py2node | back to summary |
|---|---|
private static mod py2node(PyObject obj)
| |