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 TypeMethod and Description
public PyCode
getMain()

Return the module's code object.

Method Detail

getMainback to summary
public PyCode getMain()

Return the module's code object.