org.python.core

Class PrecompiledImporter.PrecompiledLoader

public class PrecompiledImporter.PrecompiledLoader extends PyObject

Constructor Summary
PrecompiledLoader(Class class_, boolean package_)
Method Summary
PyObjectload_module(String name)
StringtoString()
Returns a string representation of the object.

Constructor Detail

PrecompiledLoader

public PrecompiledLoader(Class class_, boolean package_)

Method Detail

load_module

public PyObject load_module(String name)

toString

public String toString()
Returns a string representation of the object.

Returns: a string representation of the object.