Documentation of 'org.python.core.NewCompilerResources' Java class
NewCompilerResources
org.python.core

Class NewCompilerResources



  • public class NewCompilerResources
    extends java.lang.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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • NewCompilerResources

        public NewCompilerResources()
    • Method Detail

      • importAll

        public static void importAll(PyObject module,
                                     PyFrame frame)
        Called from jython generated code when a statement like "from spam.eggs import *" is executed.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.