PythonInterpreter interp
javax.servlet.http.HttpServlet modjyServlet
boolean closed
boolean supportsTransactions
boolean supportsMultipleResultSets
java.sql.Connection connection
java.util.Set<E> cursors
java.util.Set<E> statements
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
byte[] storage
int size
int offset
java.util.List<E> listDelegate
List
. The List interface supplied
by BaseBytes delegates to this object.PyDictionary dvDict
PyObject[] slots
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
CompilerFlags co_flags
int co_nlocals
boolean varargs
boolean varkwargs
PyObject[] slots
PyBuiltinCallable.Info info
java.lang.String doc
PyObject self
java.lang.Class<T> type
PyObject __self__
int count
int maxCount
boolean debug
byte[] co_code
PyObject[] co_consts
java.lang.String[] co_names
int co_stacksize
byte[] co_lnotab
PyObject ob_ref
PyObject __dict__
PyTuple __bases__
java.lang.String __name__
PyObject __getattr__
PyObject __setattr__
PyObject __delattr__
PyObject __tojava__
PyObject __del__
PyObject __contains__
PyObject callable
java.util.List<E> callables
PySystemState systemState
PyType dtype
java.lang.String name
PyObject dict
long index
PyObject sit
PyObject type
PyObject value
PyTraceback traceback
boolean isReRaise
boolean normalized
boolean printingStackTrace
PySequence seq
int index
PyObject name
java.lang.String mode
java.lang.String encoding
boolean softspace
boolean reading
boolean writing
boolean appending
boolean updating
boolean binary
boolean universal
TextIOBase file
org.python.core.PyFile.Closer closer
PyFrame f_back
PyBaseCode f_code
PyObject f_builtins
PyObject f_globals
PyObject f_locals
int f_lineno
PyObject[] f_fastlocals
PyCell[] f_env
int env_j
int f_ncells
int f_nfreevars
int f_lasti
java.lang.Object[] f_savedlocals
java.lang.Object generatorInput
PyObject[] f_exits
TraceFunction tracefunc
java.lang.String __name__
PyObject __doc__
PyObject __globals__
PyObject[] func_defaults
PyCode __code__
PyObject __dict__
PyObject func_closure
PyObject __module__
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
PyObject __dict__
PyException stopException
java.lang.String __name__
PyStringMap __dict__
PyStringMap clsSet
java.lang.String __file__
PackageManager __mgr__
java.util.Set<E> conflicted
java.util.Set<E> modified
PyBuffer backing
boolean released
PyObject shape
PyObject strides
PyObject suboffsets
int minargs
int maxargs
PyBuiltinCallable meth
PyObject[] slots
PyType for_type
PyType objtype
java.lang.Object javaProxy
PyObject.getJavaProxy()
which ensures that it's initialized.java.lang.String __name__
PyObject __doc__
ReflectedArgs[] argslist
int nargs
boolean calledStatically
PyObject seq
int idx
SequenceIndexDelegate delegator
SequenceIndexDelegate
.PyObject seq
int index
PyObject callable
java.lang.String string
java.lang.ref.Reference<T> export
PyString.getBuffer(int)
.PyList argv
PyObject modules
PyList path
PyList meta_path
PyList path_hooks
PyObject path_importer_cache
PyObject ps1
PyObject ps2
PyObject executable
java.lang.String currentWorkingDir
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 __name__
PyObject __dict__
int recursionlimit
boolean _systemRestart
boolean dont_write_bytecode
org.python.core.PySystemState.PySystemStateCloser closer
org.python.core.Shadow shadowing
PyFunctionTable funcs
int func_id
java.lang.String co_code
PyObject[] array
java.util.List<E> cachedList
java.lang.String name
PyType base
PyObject[] bases
PyObject dict
PyObject[] mro
long tp_flags
java.lang.Class<T> underlying_class
boolean builtin
boolean instantiable
boolean hasGet
boolean hasSet
boolean hasDelete
boolean isBaseType
boolean needs_userdict
boolean needs_weakref
boolean needs_finalizer
boolean usesObjectGetattribute
java.lang.Object versionTag
int numSlots
java.util.Set<E> subclasses
PyObject[] slots
PyIOFile file
int version
boolean debug
PyObject callable
PyObject defaultFactory
java.util.concurrent.ConcurrentMap<K,V> backingMap
PyString __doc__
boolean doublequote
char delimiter
char quotechar
char escapechar
boolean skipinitialspace
java.lang.String lineterminator
QuoteStyle quoting
boolean strict
PyObject[] slots
PyString __doc__
PyDialect dialect
int line_num
PyObject input_iter
org.python.modules._csv.PyReader.ParserState state
PyList fields
java.lang.StringBuffer field
boolean numeric_field
PyDialect dialect
PyObject writeline
java.lang.StringBuffer rec
int rec_len
int num_fields
boolean quoted
RawIOBase ioDelegate
boolean readable
readable = reading | updating
boolean writable
writable = writing | updating | appending
boolean seekableKnown
boolean seekable
boolean closefd
PyString mode
PyObject[] slots
org.python.modules._io.Closer<C extends PyIOBase> closer
PyStringMap __dict__
boolean __closed
closed
and checked by PyIOBase._checkClosed()
. It may be set without making it
an error (for this object and its subclasses) to access some downstream object, notably in
the implementation of close()
.PyObject[] slots
PyObject[] slots
Lock _lock
java.util.concurrent.locks.Condition _condition
PyString unused_data
boolean eofReached
org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream decompressStream
byte[] accumulator
PyObject newlines
byte[] fileData
int offset
java.lang.String fileName
java.lang.String fileMode
boolean inIterMode
boolean inUniversalNewlineMode
java.util.ArrayList<E> validNewlines
org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream writeStream
PyIterator iter
PyIterator iter
int counter
int stepper
PyIterator iter
PyIterator iter
PyIterator iter
PyIterator iter
PyIterator iter
PyIterator iter
PyIterator iter
PyIterator iter
PyIterator iter
PyIterator iter
PyIterator iter
PyObject object
int counter
PyIterator iter
PyIterator iter
DirectMemory memory
org.python.modules.jffi.CType.Array arrayType
CType componentType
org.python.modules.jffi.MemoryOp componentMemoryOp
SequenceIndexDelegate delegator
DirectMemory memory
CType ctype
DirectMemory referenceMemory
NativeType nativeType
org.python.modules.jffi.MemoryOp memoryOp
DynamicLibrary library
DirectMemory memory
java.lang.String name
Pointer pointer
DynamicLibrary library
PyStringMap dict
PyObject restype
PyObject[] argtypes
Invoker defaultInvoker
Invoker compiledInvoker
org.python.modules.jffi.JITHandle jitHandle
com.kenai.jffi.Function jffiFunction
PyObject errcheck
java.lang.String name
PyObject value
StructLayout layout
org.python.modules.jffi.MemoryOp memoryOp
PyString string
PyObject regs
PatternObject pattern
int pos
int endpos
int lastindex
int groups
int[] mark
PatternObject pattern
PyString string
SRE_STATE state
java.lang.ThreadLocal<T> tdict
PyObject[] args
java.lang.String[] keywords
PyObject[] slots
PyObject tm_year
PyObject tm_mon
PyObject tm_mday
PyObject tm_hour
PyObject tm_min
PyObject tm_sec
PyObject tm_wday
PyObject tm_yday
PyObject tm_isdst
int n_sequence_fields
int n_fields
int n_unnamed_fields
java.lang.String archive
java.lang.String prefix
PyObject files
PySystemState sys
PythonInterpreter interp
java.util.Map<K,V> cache