org.python.core

Class ZipFileImporter.ZipFileLoader

public class ZipFileImporter.ZipFileLoader extends PyObject

Loader for zipfile python sources.
Constructor Summary
ZipFileLoader(ZipFileImporter.ZipModuleInfo info)
Method Summary
PyObjectload_module(String moduleName)
A loaded module for the fully qualified name.
StringtoString()
Returns a string representation of the object.

Constructor Detail

ZipFileLoader

public ZipFileLoader(ZipFileImporter.ZipModuleInfo info)

Method Detail

load_module

public PyObject load_module(String moduleName)
A loaded module for the fully qualified name.

Parameters: moduleName the fully qualified name

Returns: a loaded module (added to sys.path)

toString

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

Returns: a string representation of the object.