Constant Field Values
Contents
com.ziclix.*
-
com.ziclix.python.sql.PyStatement Modifier and Type Constant Field Value public static final intSTATEMENT_CALLABLE8public static final intSTATEMENT_PREPARED4public static final intSTATEMENT_STATIC2
org.python.*
-
org.python.core.imp Modifier and Type Constant Field Value public static final intAPIVersion12 -
org.python.core.Py Modifier and Type Constant Field Value public static final intCOMMENT2public static final intDEBUG3public static final intERROR-1public static final intMESSAGE1public static final intWARNING0 -
org.python.core.PyArray Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"array" -
org.python.core.PyBaseString Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"basestring" -
org.python.core.PyBuiltinFunction Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"builtin_function_or_method" -
org.python.core.PyClassMethod Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"classmethod" -
org.python.core.PyComplex Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"complex" -
org.python.core.PyDictionary Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"dict" -
org.python.core.PyEnumerate Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"enumerate" -
org.python.core.PyFile Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"file" -
org.python.core.PyFloat Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"float" -
org.python.core.PyInteger Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"int" -
org.python.core.PyList Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"list" -
org.python.core.PyLong Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"long" -
org.python.core.PyModule Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"module" -
org.python.core.PyNone Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"NoneType" -
org.python.core.PyObject Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"object" -
org.python.core.PyProperty Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"property" -
org.python.core.PyStaticMethod Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"staticmethod" -
org.python.core.PyString Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"str" -
org.python.core.PySuper Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"super" -
org.python.core.PySystemState Modifier and Type Constant Field Value public static final java.lang.StringJYTHON_JAR"jython.jar" -
org.python.core.PyTableCode Modifier and Type Constant Field Value public static final intCO_ALL_FEATURES12304public static final intCO_FUTUREDIVISION8192public static final intCO_GENERATOR32public static final intCO_GENERATOR_ALLOWED4096public static final intCO_NESTED16public static final intCO_OPTIMIZED1public static final intCO_VARARGS4public static final intCO_VARKEYWORDS8 -
org.python.core.PyTuple Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"tuple" -
org.python.core.PyType Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"type" -
org.python.core.PyUnicode Modifier and Type Constant Field Value public static final java.lang.Stringexposed_name"unicode"
-
org.python.util.InteractiveConsole Modifier and Type Constant Field Value public static final java.lang.StringCONSOLE_FILENAME"<console>"