org.python.core

Interface PyRunnable

public interface PyRunnable

Interface implemented by compiled modules which allow access to to the module code object.

Method Summary

abstract PyCode
getMain()
Return the modules code object.

Method Details

getMain

public abstract PyCode getMain()
Return the modules code object.

Jython homepage