Package org.python.core

Interface Summary
ClassDictInit An empty tagging interface that can be used if a java class want control over the class dict initialization.
InitModule An deprecated interface that can be used if a java class want control over the class dict initialization.
Loader A common interface for bytecode loaders.
PyMetaClass  
PyProxy Common methods for all generated proxy classes.
PyRunnable Interface implemented by compiled modules which allow access to to the module code object.
ucnhashAPI  
 

Class Summary
__builtin__ The builtin module.
ArgParser A utility class for handling mixed positional and keyword arguments.
AutoInternalTables  
BytecodeLoader Utility class for loading of compiled python modules and java classes defined in python modules.
CachedJarsPackageManager Abstract package manager that gathers info about statically known classes from a set of jars.
CachedJarsPackageManager.JarXEntry To pass a cachefile id by ref.
codecs Contains the implementation of the builtin codecs.
CompilerFlags  
exceptions The builtin exceptions module.
ExtraMath A static utility class with two additional math functions.
imp Utility functions for "import" support.
InternalTables  
InternalTables._LazyRep  
InternalTables1  
InternalTables2  
Options A class with static fields for each of the settable options.
PackageManager Abstract package manager.
parser Facade for the classes in the org.python.parser package.
PathPackageManager Path package manager.
Py  
PyArray A wrapper class around native java arrays.
PyBeanEvent  
PyBeanEventProperty  
PyBeanProperty  
PyBuiltinFunctionSet A helper class for faster implementations of commonly called methods.
PyCell  
PyClass A python class.
PyCode A super class for all python code implementations.
PyComplex A builtin python comples number
PyCompositeString  
PyCompositeString.Location  
PyCompoundCallable  
PyDictionary A builtin python dictionary.
PyEllipsis A class representing the singleton Ellipsis ... object.
PyFile A python file wrapper around a java stream, reader/writer or file.
PyFinalizableInstance A python class instance with __del__ defined.
PyFloat A builtin python float.
PyFrame A python frame object.
PyFunction A python function.
PyFunctionTable An entry point for class that implements several function calls.
PyInstance A python class instance.
PyInteger A builtin python int.
PyJavaClass A wrapper around a java class.
PyJavaInnerClass A wrapper around a java inner class.
PyJavaInstance A wrapper around a java instance.
PyJavaPackage A representation of java package.
PyList A builtin python list.
PyLong A builtin python long.
PyMethod A python method.
PyModule  
PyNone A class representing the singleton None object,
PyNotImplemented  
PyObject All objects known to the Jython runtime system are represented by an instance of the class PyObject or one of its subclasses.
PyReflectedConstructor  
PyReflectedField  
PyReflectedFunction  
PySequence The abstract superclass of PyObjects that implements a Sequence.
PySingleton  
PySlice A python slice object.
PyString A builtin python string.
PyStringMap A faster Dictionary where the keys have to be strings.
PySystemState The "sys" module.
PyTableCode An implementation of PyCode where the actual executable content is stored as a PyFunctionTable instance and an integer index.
PyTraceback A python traceback object.
PyTuple A builtin python tuple.
PyXRange Used to implement the builtin xrange function.
SoftIInternalTables  
StderrWrapper  
StdoutWrapper  
SysPackageManager System package manager.
SyspathArchive  
SyspathJavaLoader  
ThreadState  
TraceFunction  
WeakInternalTables  
 

Exception Summary
PyException A wrapper for all python exception.
PyIgnoreMethodTag A tagging exception.
PySyntaxError A convience class for creating Syntax errors.