Fetch fetch
boolean closed
int arraysize
int softspace
PyObject rsType
PyObject rsConcur
PyObject warnings
PyObject lastrowid
PyObject updatecount
boolean dynamicFetch
PyConnection connection
DataHandler datahandler
PyStatement statement
int capacity
size
field.int size
int modCountIncr
AbstractList
, by adding the value to
AbstractList.modCount
after performing a potentially
structure-altering operation. A value of 0 indicates that
it is still valid to iterate over the array. A value of 1
indicates it is no longer valid to iterate over the range.
This class uses a somewhat stricter semantic for modCount
.
Namely, modCountIncr
is only set to 1 if a structural
change occurred. The jdk collections generally increment
modCount
if a potentially structure-altering method
is called, regardless of whether or not a change actually occurred.
See also: java.util.AbstractList#modCount
PyBuiltinFunction.Info info
int index
PyObject doc
PyObject self
java.lang.Class type
PyObject __self__
PyObject ob_ref
PyObject __dict__
PyTuple __bases__
java.lang.String __name__
PyObject __getattr__
PyObject __setattr__
PyObject __delattr__
PyObject __tojava__
PyObject __del__
PyObject __contains__
java.lang.Class proxyClass
java.util.HashMap super__methods
PyObject callable
java.util.Vector callables
PySystemState systemState
PyType dtype
java.lang.String name
PyObject type
PyObject value
PyTraceback traceback
boolean instantiated
boolean printingStackTrace
PyFrame f_back
PyTableCode f_code
PyObject f_locals
PyObject f_globals
int f_lineno
PyObject f_builtins
PyObject[] f_fastlocals
PyCell[] f_env
int f_ncells
int f_nfreevars
int f_lasti
java.lang.Object[] f_savedlocals
TraceFunction tracefunc
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
java.lang.Object javaProxy
PyObject __dict__
org.python.core.CollectionProxy collectionProxy
PyException stopException
PyReflectedConstructor __init__
PackageManager __mgr__
boolean initialized
boolean initializing
boolean constructorsInitialized
PyStringMap missingAttributes
PyJavaInstance classInstance
PyJavaClass parent
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
java.lang.String __name__
PyStringMap __dict__
PyStringMap clsSet
java.lang.String __file__
PackageManager __mgr__
int minargs
int maxargs
PyBuiltinFunction meth
PyObject[] slots
PyType for_type
PyType objtype
PyObject[] baseArray
PyObjectArray array
java.lang.String __name__
PyObject __doc__
org.python.core.ReflectedArgs[] argslist
int nargs
PyObject seq
int idx
PyObjectList list
PyObject callable
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
int size
PyList argv
PyObject modules
PyList path
PyList meta_path
PyList path_hooks
PyObject path_importer_cache
PyObject ps1
PyObject ps2
PyObject executable
java.lang.ClassLoader classLoader
PyObject stdout
PyObject stderr
PyObject stdin
PyObject __stdout__
PyObject __stderr__
PyObject __stdin__
PyObject __displayhook__
PyObject __excepthook__
PyObject last_value
PyObject last_type
PyObject last_traceback
PyObject __dict__
int recursionlimit
TraceFunction tracefunc
TraceFunction profilefunc
int co_argcount
int nargs
int co_firstlineno
java.lang.String[] co_varnames
java.lang.String[] co_cellvars
int jy_npurecell
java.lang.String[] co_freevars
java.lang.String co_filename
int co_flags
int co_nlocals
boolean args
boolean keywords
PyFunctionTable funcs
int func_id
java.lang.String name
PyType base
PyObject[] bases
PyObject dict
PyObject[] mro
java.lang.Class underlying_class
boolean builtin
boolean non_instantiable
boolean has_set
boolean has_delete
boolean needs_finalizer
int numSlots
boolean needs_userdict
java.lang.ref.ReferenceQueue subclasses_refq
java.util.HashSet subclasses
PyObject[] slots
SyspathArchive archive
java.lang.String pathToArchive
PythonInterpreter interp
java.util.Hashtable cache
java.lang.String rootPath