org.python.core

Interface InitModule

public interface InitModule

Deprecated: This class is deprecated. See ClassDictInit for a replacement.

A deprecated interface that can be used if a java class want control over the class dict initialization.

See Also: ClassDictInit

Method Summary
abstract voidinitModule(PyObject dict)

Method Detail

initModule

public abstract void initModule(PyObject dict)
Jython homepage