| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static void | |
| private static void | loadNames(PyObject
the names to load from the module names, PyObject the fully imported module module, PyObject the namespace into which names will be loaded locals, boolean if true, if the name starts with an underscore '_' do not
add it to locals filter)From a module, load the attributes found in |
| NewCompilerResources | back to summary |
|---|---|
| public NewCompilerResources() | |
| importAll | back to summary |
|---|---|
| public static void importAll(PyObject module, PyFrame frame) Called from jython generated code when a statement like "from spam.eggs import *" is executed. | |
| loadNames | back to summary |
|---|---|
| private static void loadNames(PyObject names, PyObject module, PyObject locals, boolean filter) From a module, load the attributes found in | |