Serialized Form


Package com.ziclix.python.sql

Class com.ziclix.python.sql.DBApiType implements Serializable

Class com.ziclix.python.sql.PyConnection implements Serializable

Serialized Fields

closed

boolean closed
Field closed

connection

java.sql.Connection connection
Field connection

supportsTransactions

boolean supportsTransactions
Field supportsTransactions

cursors

java.util.Set cursors
Field cursors

statements

java.util.Set statements
Field statements

Class com.ziclix.python.sql.PyCursor implements Serializable

Serialized Fields

fetch

Fetch fetch
Field fetch

closed

boolean closed
Field closed

arraysize

int arraysize
Field arraysize

softspace

int softspace
Field softspace

rsType

PyObject rsType
Field rsType

rsConcur

PyObject rsConcur
Field rsConcur

warnings

PyObject warnings
Field warnings

lastrowid

PyObject lastrowid
Field warnings

updatecount

PyObject updatecount
Field updatecount

dynamicFetch

boolean dynamicFetch
Field dynamicFetch

connection

PyConnection connection
Field connection

datahandler

DataHandler datahandler
Field datahandler

statement

PyStatement statement
Field statement

Class com.ziclix.python.sql.PyExtendedCursor implements Serializable

Class com.ziclix.python.sql.PyStatement implements Serializable

Serialized Fields

style

int style
Field style

sql

java.lang.Object sql
Field sql

closed

boolean closed
Field closed

statement

java.sql.Statement statement
Field statement

Class com.ziclix.python.sql.WarningEvent implements Serializable

Serialized Fields

warning

java.sql.SQLWarning warning

Class com.ziclix.python.sql.zxJDBC implements Serializable


Package org.python.core

Class org.python.core.PyArray implements Serializable

Serialized Fields

data

java.lang.Object data

type

java.lang.Class type

Class org.python.core.PyBeanEvent implements Serializable

Serialized Fields

addMethod

java.lang.reflect.Method addMethod

eventClass

java.lang.Class eventClass

__name__

java.lang.String __name__

Class org.python.core.PyBeanEventProperty implements Serializable

Serialized Fields

addMethod

java.lang.reflect.Method addMethod

eventName

java.lang.String eventName

eventClass

java.lang.Class eventClass

__name__

java.lang.String __name__

adapterField

java.lang.reflect.Field adapterField

adapterClass

java.lang.Class adapterClass

Class org.python.core.PyBeanProperty implements Serializable

Serialized Fields

getMethod

java.lang.reflect.Method getMethod

setMethod

java.lang.reflect.Method setMethod

myType

java.lang.Class myType

__name__

java.lang.String __name__

Class org.python.core.PyBuiltinFunctionSet implements Serializable

Serialized Fields

__name__

PyObject __name__

__doc__

PyObject __doc__

__self__

PyObject __self__

name

java.lang.String name

minargs

int minargs

maxargs

int maxargs

isMethod

boolean isMethod

index

int index

doc

java.lang.String doc

Class org.python.core.PyCallIter implements Serializable

Serialized Fields

callable

PyObject callable

sentinel

PyObject sentinel

idx

int idx

Class org.python.core.PyCell implements Serializable

Serialized Fields

ob_ref

PyObject ob_ref

Class org.python.core.PyClass implements Serializable

Serialized Fields

__dict__

PyObject __dict__
Holds the namespace for this class

__bases__

PyTuple __bases__
The base classes of this class

__name__

java.lang.String __name__
The name of this class

__getattr__

PyObject __getattr__

__setattr__

PyObject __setattr__

__delattr__

PyObject __delattr__

__tojava__

PyObject __tojava__

__del__

PyObject __del__

__contains__

PyObject __contains__

proxyClass

java.lang.Class proxyClass

Class org.python.core.PyCode implements Serializable

Serialized Fields

co_name

java.lang.String co_name

Class org.python.core.PyComplex implements Serializable

Serialized Fields

real

double real

imag

double imag

Class org.python.core.PyCompoundCallable implements Serializable

Serialized Fields

callables

java.util.Vector callables

systemState

PySystemState systemState

Class org.python.core.PyDictionary implements Serializable

Serialized Fields

table

java.util.Hashtable table

Class org.python.core.PyEllipsis implements Serializable

Class org.python.core.PyException implements Serializable

Serialized Fields

type

PyObject type
The python exception class (for class exception) or identifier (for string exception).

value

PyObject value
The exception instance (for class exception) or exception value (for string exception).

traceback

PyTraceback traceback

instantiated

boolean instantiated

printingStackTrace

boolean printingStackTrace

Class org.python.core.PyFile implements Serializable

Serialized Fields

name

java.lang.String name

mode

java.lang.String mode

softspace

boolean softspace

closed

boolean closed

file

org.python.core.PyFile.FileWrapper file

Class org.python.core.PyFinalizableInstance implements Serializable

Class org.python.core.PyFloat implements Serializable

Serialized Fields

value

double value

Class org.python.core.PyFrame implements Serializable

Serialized Fields

f_back

PyFrame f_back

f_code

PyTableCode f_code

f_locals

PyObject f_locals

f_globals

PyObject f_globals

f_lineno

int f_lineno

f_builtins

PyObject f_builtins

f_fastlocals

PyObject[] f_fastlocals

f_env

PyCell[] f_env

f_ncells

int f_ncells

f_nfreevars

int f_nfreevars

f_lasti

int f_lasti

f_savedlocals

java.lang.Object[] f_savedlocals

tracefunc

TraceFunction tracefunc

Class org.python.core.PyFunction implements Serializable

Serialized Fields

__name__

java.lang.String __name__

__doc__

PyObject __doc__

func_globals

PyObject func_globals

func_defaults

PyObject[] func_defaults

func_code

PyCode func_code

__dict__

PyObject __dict__

func_closure

PyObject func_closure

Class org.python.core.PyGenerator implements Serializable

Serialized Fields

gi_frame

PyFrame gi_frame

closure

PyObject closure

gi_running

boolean gi_running

Class org.python.core.PyIgnoreMethodTag implements Serializable

Class org.python.core.PyInstance implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

javaProxy

java.lang.Object javaProxy

__dict__

PyObject __dict__
The namespace of this instance. Contains all instance attributes.

collectionProxy

org.python.core.CollectionProxy collectionProxy

Class org.python.core.PyInteger implements Serializable

Serialized Fields

value

int value

Class org.python.core.PyIterator implements Serializable

Class org.python.core.PyJavaClass implements Serializable

Serialized Fields

__init__

PyReflectedConstructor __init__

__mgr__

PackageManager __mgr__

initialized

boolean initialized

initializing

boolean initializing

constructorsInitialized

boolean constructorsInitialized

missingAttributes

PyStringMap missingAttributes

classInstance

PyJavaInstance classInstance

Class org.python.core.PyJavaInnerClass implements Serializable

Serialized Fields

parent

PyJavaClass parent

Class org.python.core.PyJavaInstance implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of the Externalizable interface.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Implementation of the Externalizable interface.

Class org.python.core.PyJavaPackage implements Serializable

Serialized Fields

__name__

java.lang.String __name__

__dict__

PyStringMap __dict__

clsSet

PyStringMap clsSet
Its keys are the names of statically known classes. E.g. from jars pre-scan.

__file__

java.lang.String __file__

__mgr__

PackageManager __mgr__
(Control) package manager whose hierarchy contains this java pkg.

Class org.python.core.PyList implements Serializable

Serialized Fields

list

PyObject[] list

length

int length

Class org.python.core.PyLong implements Serializable

Serialized Fields

value

java.math.BigInteger value

Class org.python.core.PyMethod implements Serializable

Serialized Fields

im_self

PyObject im_self

im_func

PyObject im_func

im_class

PyObject im_class

__name__

java.lang.String __name__

__doc__

PyObject __doc__

Class org.python.core.PyModule implements Serializable

Serialized Fields

__dict__

PyObject __dict__

Class org.python.core.PyNone implements Serializable

Class org.python.core.PyNotImplemented implements Serializable

Class org.python.core.PyObject implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

Class org.python.core.PyReflectedConstructor implements Serializable

Class org.python.core.PyReflectedField implements Serializable

Serialized Fields

field

java.lang.reflect.Field field

Class org.python.core.PyReflectedFunction implements Serializable

Serialized Fields

__name__

java.lang.String __name__

__doc__

PyObject __doc__

argslist

org.python.core.ReflectedArgs[] argslist

nargs

int nargs

Class org.python.core.PySequence implements Serializable

Class org.python.core.PySequenceIter implements Serializable

Serialized Fields

seq

PyObject seq

idx

int idx

Class org.python.core.PySingleton implements Serializable

Serialized Fields

name

java.lang.String name

Class org.python.core.PySlice implements Serializable

Serialized Fields

start

PyObject start

stop

PyObject stop

step

PyObject step

Class org.python.core.PyString implements Serializable

Serialized Fields

string

java.lang.String string

Class org.python.core.PyStringMap implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

size

int size

Class org.python.core.PySyntaxError implements Serializable

Serialized Fields

lineno

int lineno

column

int column

text

java.lang.String text

filename

java.lang.String filename

forceNewline

boolean forceNewline

Class org.python.core.PySystemState implements Serializable

Serialized Fields

argv

PyList argv
The arguments passed to this program on the command line.

modules

PyObject modules

path

PyList path

builtins

PyObject builtins

ps1

PyObject ps1

ps2

PyObject ps2

executable

PyObject executable

classLoader

java.lang.ClassLoader classLoader

stdout

PyObject stdout

stderr

PyObject stderr

stdin

PyObject stdin

__stdout__

PyObject __stdout__

__stderr__

PyObject __stderr__

__stdin__

PyObject __stdin__

__displayhook__

PyObject __displayhook__

__excepthook__

PyObject __excepthook__

last_value

PyObject last_value

last_type

PyObject last_type

last_traceback

PyObject last_traceback

__dict__

PyObject __dict__

recursionlimit

int recursionlimit

tracefunc

TraceFunction tracefunc

profilefunc

TraceFunction profilefunc

Class org.python.core.PyTableCode implements Serializable

Serialized Fields

co_argcount

int co_argcount

nargs

int nargs

co_firstlineno

int co_firstlineno

co_varnames

java.lang.String[] co_varnames

co_cellvars

java.lang.String[] co_cellvars

jy_npurecell

int jy_npurecell

co_freevars

java.lang.String[] co_freevars

co_filename

java.lang.String co_filename

co_flags

int co_flags

co_nlocals

int co_nlocals

args

boolean args

keywords

boolean keywords

funcs

PyFunctionTable funcs

func_id

int func_id

Class org.python.core.PyTraceback implements Serializable

Serialized Fields

tb_next

PyObject tb_next

tb_frame

PyFrame tb_frame

tb_lineno

int tb_lineno

Class org.python.core.PyTuple implements Serializable

Serialized Fields

list

PyObject[] list

Class org.python.core.PyXRange implements Serializable

Serialized Fields

start

int start

stop

int stop

step

int step

cycleLength

int cycleLength

copies

int copies

Class org.python.core.SyspathArchive implements Serializable

Serialized Fields

zipFile

java.util.zip.ZipFile zipFile


Package org.python.util

Class org.python.util.PyServlet implements Serializable

Serialized Fields

interp

PythonInterpreter interp

cache

java.util.Hashtable cache

rootPath

java.lang.String rootPath



Jython homepage