| org.python.core.PyRunnable
PyRunnable | public interface PyRunnable (Code) | | Interface implemented by compiled modules which allow access to
to the module code object.
|
Method Summary | |
abstract public PyCode | getMain() Return the modules code object. |
getMain | abstract public PyCode getMain()(Code) | | Return the modules code object.
|
|
|