org.python.core
Class NewCompilerResources
java.lang.Object
org.python.core.NewCompilerResources
public class NewCompilerResources
- extends Object
This class contains stuff that almost exists in the library already,
but with interfaces that I found more suitable. If others agree this should
be migrated into the standard lib.
- Author:
- Tobias Ivarsson
Method Summary |
static void |
importAll(PyObject module,
PyFrame frame)
Called from jython generated code when a statement like "from spam.eggs
import *" is executed. |
NewCompilerResources
public NewCompilerResources()
importAll
public static void importAll(PyObject module,
PyFrame frame)
- Called from jython generated code when a statement like "from spam.eggs
import *" is executed.
Jython homepage