Jython 2.7.4
org.python.core
PyRunnable
Top
Description
Methods
org.python.core
public
Interface PyRunnable
Interface implemented by compiled modules which allow access to to the module code object.
Method Summary
Modifier and Type
Method and Description
public
PyCode
getMain
()
Return the module's code object.
Method Detail
getMain
back to summary
public
PyCode
getMain
()
Return the module's code object.