JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.python.core
Interface PyRunnable
public interface
PyRunnable
Interface implemented by compiled modules which allow access to to the module code object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
PyCode
getMain
()
Return the modules code object.
Method Detail
getMain
PyCode
getMain()
Return the modules code object.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Jython homepage