|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.core.NewCompilerResources
public class NewCompilerResources
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.
Constructor Summary | |
---|---|
NewCompilerResources()
|
Method Summary | |
---|---|
static void |
importAll(PyObject module,
PyFrame frame)
Called from jython generated code when a statement like "from spam.eggs import *" is executed. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewCompilerResources()
Method Detail |
---|
public static void importAll(PyObject module, PyFrame frame)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |