Constant Field Values
Contents
com.ziclix.*
-
com.ziclix.python.sql.PyStatement Modifier and Type Constant Field Value 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 Modifier and Type Constant Field Value public static final int
APIVersion
12
-
org.python.core.Py Modifier and Type Constant Field Value 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.PyArray Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"array"
-
org.python.core.PyBaseString Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"basestring"
-
org.python.core.PyBuiltinFunction Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"builtin_function_or_method"
-
org.python.core.PyClassMethod Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"classmethod"
-
org.python.core.PyComplex Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"complex"
-
org.python.core.PyDictionary Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"dict"
-
org.python.core.PyEnumerate Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"enumerate"
-
org.python.core.PyFile Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"file"
-
org.python.core.PyFloat Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"float"
-
org.python.core.PyInteger Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"int"
-
org.python.core.PyList Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"list"
-
org.python.core.PyLong Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"long"
-
org.python.core.PyModule Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"module"
-
org.python.core.PyNone Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"NoneType"
-
org.python.core.PyObject Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"object"
-
org.python.core.PyProperty Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"property"
-
org.python.core.PyStaticMethod Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"staticmethod"
-
org.python.core.PyString Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"str"
-
org.python.core.PySuper Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"super"
-
org.python.core.PySystemState Modifier and Type Constant Field Value public static final java.lang.String
JYTHON_JAR
"jython.jar"
-
org.python.core.PyTableCode Modifier and Type Constant Field Value 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 Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"tuple"
-
org.python.core.PyType Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"type"
-
org.python.core.PyUnicode Modifier and Type Constant Field Value public static final java.lang.String
exposed_name
"unicode"
-
org.python.util.InteractiveConsole Modifier and Type Constant Field Value public static final java.lang.String
CONSOLE_FILENAME
"<console>"