Constant Field Values


Contents
com.ziclix.*

com.ziclix.python.sql.PyStatement
public static final int STATEMENT_CALLABLE 8
public static final int STATEMENT_PREPARED 4
public static final int STATEMENT_STATIC 2

org.python.*

org.python.core.imp
public static final int APIVersion 12

org.python.core.Py
public static final int COMMENT 2
public static final int DEBUG 3
public static final int ERROR -1
public static final int MESSAGE 1
public static final int WARNING 0

org.python.core.PyBaseString
public static final java.lang.String exposed_name "unicode"

org.python.core.PyBuiltinFunction
public static final java.lang.String exposed_name "builtin_function_or_method"

org.python.core.PyClassMethod
public static final java.lang.String exposed_name "classmethod"

org.python.core.PyComplex
public static final java.lang.String exposed_name "complex"

org.python.core.PyDictionary
public static final java.lang.String exposed_name "dict"

org.python.core.PyEnumerate
public static final java.lang.String exposed_name "enumerate"

org.python.core.PyFile
public static final java.lang.String exposed_name "file"

org.python.core.PyFloat
public static final java.lang.String exposed_name "float"

org.python.core.PyInteger
public static final java.lang.String exposed_name "int"

org.python.core.PyList
public static final java.lang.String exposed_name "list"

org.python.core.PyLong
public static final java.lang.String exposed_name "long"

org.python.core.PyObject
public static final java.lang.String exposed_name "object"

org.python.core.PyProperty
public static final java.lang.String exposed_name "property"

org.python.core.PyStaticMethod
public static final java.lang.String exposed_name "staticmethod"

org.python.core.PyString
public static final java.lang.String exposed_name "str"

org.python.core.PySuper
public static final java.lang.String exposed_name "super"

org.python.core.PyTableCode
public static final int CO_ALL_FEATURES 12304
public static final int CO_FUTUREDIVISION 8192
public static final int CO_GENERATOR 32
public static final int CO_GENERATOR_ALLOWED 4096
public static final int CO_NESTED 16
public static final int CO_OPTIMIZED 1
public static final int CO_VARARGS 4
public static final int CO_VARKEYWORDS 8

org.python.core.PyTuple
public static final java.lang.String exposed_name "tuple"

org.python.core.PyType
public static final java.lang.String exposed_name "type"

org.python.core.PyUnicode
public static final java.lang.String exposed_name "unicode"



Jython homepage