Class PrecompiledImporter.PrecompiledLoader

java.lang.Object
org.python.core.PyObject
org.python.core.PrecompiledImporter.PrecompiledLoader
All Implemented Interfaces:
Serializable
Enclosing class:
PrecompiledImporter

public class PrecompiledImporter.PrecompiledLoader extends PyObject
See Also:
  • Constructor Details

    • PrecompiledLoader

      public PrecompiledLoader(Class class_, boolean package_)
  • Method Details

    • load_module

      public PyObject load_module(String name)
    • toString

      public String toString()
      Returns a string representation of the object.
      Overrides:
      toString in class PyObject
      Returns:
      a string representation of the object.