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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
APIVersion |
12 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"array" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"basestring" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"builtin_function_or_method" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"classmethod" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"complex" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"dict" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"enumerate" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"file" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"float" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"int" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"list" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"long" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"module" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"NoneType" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"object" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"property" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"staticmethod" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"str" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"super" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
JYTHON_JAR |
"jython.jar" |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"tuple" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
exposed_name |
"unicode" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CONSOLE_FILENAME |
"<console>" |