Class PyModule

java.lang.Object
org.python.core.PyObject
org.python.core.PyModule
All Implemented Interfaces:
Serializable, Traverseproc
Direct Known Subclasses:
PyModuleDerived

public class PyModule extends PyObject implements Traverseproc
The Python Module object.
See Also: