public class NewCompilerResources
extends java.lang.Object
Constructor | Description |
---|---|
NewCompilerResources() |
Modifier and Type | Method | Description |
---|---|---|
static void |
importAll(PyObject module,
PyFrame frame) |
Called from jython generated code when a statement like "from spam.eggs
import *" is executed.
|