org.python.core
public class ZipFileImporter.ZipFileLoader extends PyObject
| Constructor Summary | |
|---|---|
| ZipFileLoader(ZipFileImporter.ZipModuleInfo info) | |
| Method Summary | |
|---|---|
| PyObject | load_module(String moduleName)
A loaded module for the fully qualified name.
|
| String | toString()
Returns a string representation of the object.
|
Parameters: moduleName the fully qualified name
Returns: a loaded module (added to sys.path)
Returns: a string representation of the object.