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 Deprecated. This class is deprecated.
PyBuiltinCallable.Info  
PyProxy Common methods for all generated proxy classes.
PyRunnable Interface implemented by compiled modules which allow access to to the module code object.
Slotted  
ucnhashAPI  
 

Class Summary
__builtin__ The builtin module.
AbstractArray Abstract class that manages bulk structural and data operations on arrays, defering type-specific element-wise operations to the subclass.
APIReader This class reads a classfile from a byte array and pulls out the value of the class annotation for APIVersion, which can then be retrieved by a call to getVersion().
ArgParser A utility class for handling mixed positional and keyword arguments.
AstList  
BaseSet  
BuiltinDocs  
BytecodeLoader Utility class for loading of compiled python modules and java classes defined in python modules.
BytecodeLoader.Loader  
ClasspathPyImporter  
ClasspathPyImporterDerived  
codecs Contains the implementation of the builtin codecs.
CompilerFlags  
exceptions The builtin exceptions module.
FilelikeInputStream  
FunctionThread  
IdImpl  
IdImpl.WeakIdentityMap  
imp Utility functions for "import" support.
JavaImporter Load Java classes.
JavaImportHelper Helper class handling the VM specific java package detection.
NewCompilerResources This class contains stuff that almost exists in the library already, but with interfaces that I found more suitable.
Options A class with static fields for each of the settable options.
ParserFacade Facade for the classes in the org.python.antlr package.
Py  
PyArray A wrapper class around native java arrays.
PyArrayDerived  
PyBaseException The base class for all standard Python exceptions.
PyBaseExceptionDerived  
PyBaseString base class for jython strings.
PyBeanEvent<T>  
PyBeanEventProperty  
PyBeanProperty  
PyBoolean A builtin python bool.
PyBooleanDerived  
PyBuiltinCallable  
PyBuiltinCallable.DefaultInfo  
PyBuiltinClassMethodNarrow A builtin classmethod with a restricted number of arguments.
PyBuiltinFunction  
PyBuiltinFunctionNarrow  
PyBuiltinFunctionSet A helper class for faster implementations of commonly called methods.
PyBuiltinMethod  
PyBuiltinMethodNarrow  
PyBuiltinMethodSet  
PyCallIter  
PyCell The Python cell type.
PyClass A python class.
PyClassMethod The classmethod descriptor.
PyClassMethodDerived  
PyClassMethodDescr  
PyCode A super class for all python code implementations.
PyComplex A builtin python complex number
PyComplexDerived  
PyCompoundCallable  
PyDataDescr Implements type checking and return type coercion for a data descriptor.
PyDescriptor  
PyDictionary A builtin python dictionary.
PyDictionaryDerived  
PyDictProxy Readonly proxy for dictionaries (actually any mapping).
PyEllipsis A class representing the singleton Ellipsis ...
PyEnumerate The Python builtin enumerate type.
PyEnumerateDerived  
PyFastSequenceIter Sequence iterator specialized for accessing the underlying sequence directly.
PyFile A python file wrapper around a java stream, reader/writer or file.
PyFileDerived  
PyFinalizableInstance A python class instance with __del__ defined.
PyFloat A builtin python float.
PyFloatDerived  
PyFrame A Python frame object.
PyFrozenSet  
PyFrozenSetDerived  
PyFunction A Python function.
PyFunctionTable An entry point for class that implements several function calls.
PyGenerator  
PyInstance A python class instance.
PyInteger A builtin python int.
PyIntegerDerived  
PyIterator An abstract helper class usefull when implementing an iterator object.
PyJavaPackage A representation of java package.
PyJavaType  
PyList A builtin python list.
PyListDerived  
PyLong A builtin python long.
PyLongDerived  
PyMethod A Python method.
PyMethodDescr  
PyModule The Python Module object.
PyModuleDerived  
PyNewWrapper  
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.
PyObjectArray Provides mutable behavior on a PyObject array.
PyObjectDerived  
PyObjectList java.util.List implementation using an underlying PyObject array for higher performance.
PyOverridableNew A __new__ function that tells its subclasses to just init if __new__ is being called on the type the function was defined on.
PyProperty  
PyPropertyDerived  
PyReflectedConstructor  
PyReflectedField  
PyReflectedFunction  
PyReversedIterator An iterator that yields the objects from a sequence-like object in reverse order.
PySequence The abstract superclass of PyObjects that implements a Sequence.
PySequenceIter General sequence iterator.
PySequenceList  
PySet  
PySetDerived  
PySetIterator  
PySingleton  
PySlice The Python slice object.
PySliceDerived  
PySlot  
PyStaticMethod The staticmethod descriptor.
PyString A builtin python string.
PyStringDerived  
PyStringMap Special fast dict implementation for __dict__ instances.
PySuper The Python super type.
PySuperDerived  
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.
PyTupleDerived  
PyType The Python Type object implementation.
PyTypeDerived  
PyUnicode a builtin python unicode string.
PyUnicodeDerived  
PyXRange The builtin xrange type.
ReflectedArgs  
SequenceIndexDelegate Handles all the index checking and manipulation for get, set and del operations on a sequence.
StderrWrapper  
StdoutWrapper  
SyspathArchive  
SyspathJavaLoader  
ThreadState  
TraceFunction  
 

Enum Summary
PyFloat.Format  
 

Exception Summary
PyException A wrapper for all python exception.
PyIgnoreMethodTag A tagging exception.
PyIndentationError A convenience class for creating Indentation errors.
PyObject.ConversionException  
PySyntaxError A convenience class for creating Syntax errors.
 



Jython homepage