true or yes for true, or
false or no for false.
| Modifier and Type | Field and Description |
|---|---|
| public static final String | PYTHON_CACHEDIR
|
| public static final String | PYTHON_CACHEDIR_SKIP
Setting |
| public static final String | PYTHON_CONSOLE
|
| public static final String | PYTHON_CONSOLE_ENCODING
|
| public static final String | PYTHON_CPYTHON
|
| public static final String | PYTHON_DIVISION_WARNING
|
| public static final String | PYTHON_IMPORT_SITE
|
| public static final String | PYTHON_INSPECT
When |
| public static final String | PYTHON_IO_ENCODING
|
| public static final String | PYTHON_IO_ERRORS
|
| public static final String | PYTHON_LOCALE_CONTROL
|
| public static final String | PYTHON_MODULES_BUILTIN
|
| public static final String | PYTHON_OPTIONS_CASE_OK
If |
| public static final String | PYTHON_OPTIONS_INCLUDE_JAVA_STACK_IN_EXCEPTIONS
|
| public static final String | PYTHON_OPTIONS_PROXY_DEBUG_DIRECTORY
|
| public static final String | PYTHON_OPTIONS_Q_NEW
|
| public static final String | PYTHON_OPTIONS_SHOW_JAVA_EXCEPTIONS
When an exception occurs in Java code, and it is not caught,
|
| public static final String | PYTHON_OPTIONS_SHOW_PYTHON_PROXY_EXCEPTIONS
When |
| public static final String | PYTHON_OS
|
| public static final String | PYTHON_PACKAGES_DIRECTORIES
|
| public static final String | PYTHON_PACKAGES_FAKEPATH
|
| public static final String | PYTHON_PACKAGES_PATHS
|
| public static final String | PYTHON_PATH
|
| public static final String | PYTHON_SECURITY_RESPECT_JAVA_ACCESSIBILITY
If |
| public static final String | PYTHON_SRE_CACHESPEC
|
| public static final String | PYTHON_STARTUP
|
| public static final String | PYTHON_VERBOSE
|
| public static final String | USER_HOME
|
| Access | Constructor and Description |
|---|---|
| private |
| PYTHON_CACHEDIR | back to summary |
|---|---|
| public static final String PYTHON_CACHEDIR
| |
| PYTHON_CACHEDIR_SKIP | back to summary |
|---|---|
| public static final String PYTHON_CACHEDIR_SKIP Setting | |
| PYTHON_CONSOLE | back to summary | ||
|---|---|---|---|
| public static final String PYTHON_CONSOLE
You may also set this to the name of a different console class in your classpath that extends
PlainConsole. Note that | |||
| PYTHON_CONSOLE_ENCODING | back to summary |
|---|---|
| public static final String PYTHON_CONSOLE_ENCODING
| |
| PYTHON_CPYTHON | back to summary |
|---|---|
| public static final String PYTHON_CPYTHON
| |
| PYTHON_DIVISION_WARNING | back to summary |
|---|---|
| public static final String PYTHON_DIVISION_WARNING
"3/2" equals 1 in Python 2.x (forced floor rounding) and 1.5 in Python 3 (convert ints to floats). This is equivalent to -Qwarn on the command line. See PEP 238.
Values: This property will be deprecated and removed in 3.x. | |
| PYTHON_IMPORT_SITE | back to summary |
|---|---|
| public static final String PYTHON_IMPORT_SITE
Equivalent to -S on the command line. | |
| PYTHON_INSPECT | back to summary |
|---|---|
| public static final String PYTHON_INSPECT When
Equivalent to the | |
| PYTHON_IO_ENCODING | back to summary |
|---|---|
| public static final String PYTHON_IO_ENCODING
| |
| PYTHON_IO_ERRORS | back to summary |
|---|---|
| public static final String PYTHON_IO_ERRORS
| |
| PYTHON_LOCALE_CONTROL | back to summary | ||||
|---|---|---|---|---|---|
| public static final String PYTHON_LOCALE_CONTROL
Values:
More detail can be found in the documentation for the | |||||
| PYTHON_MODULES_BUILTIN | back to summary | ||||||
|---|---|---|---|---|---|---|---|
| public static final String PYTHON_MODULES_BUILTIN
A good example would be to use a jni version of os for more functionality by having an entry
such as | |||||||
| PYTHON_OPTIONS_CASE_OK | back to summary |
|---|---|
| public static final String PYTHON_OPTIONS_CASE_OK If | |
| PYTHON_OPTIONS_INCLUDE_JAVA_STACK_IN_EXCEPTIONS | back to summary |
|---|---|
| public static final String PYTHON_OPTIONS_INCLUDE_JAVA_STACK_IN_EXCEPTIONS
| |
| PYTHON_OPTIONS_PROXY_DEBUG_DIRECTORY | back to summary |
|---|---|
| public static final String PYTHON_OPTIONS_PROXY_DEBUG_DIRECTORY
| |
| PYTHON_OPTIONS_Q_NEW | back to summary |
|---|---|
| public static final String PYTHON_OPTIONS_Q_NEW
Equivalent to -Qnew on the command line. | |
| PYTHON_OPTIONS_SHOW_JAVA_EXCEPTIONS | back to summary |
|---|---|
| public static final String PYTHON_OPTIONS_SHOW_JAVA_EXCEPTIONS When an exception occurs in Java code, and it is not caught,
| |
| PYTHON_OPTIONS_SHOW_PYTHON_PROXY_EXCEPTIONS | back to summary |
|---|---|
| public static final String PYTHON_OPTIONS_SHOW_PYTHON_PROXY_EXCEPTIONS When | |
| PYTHON_OS | back to summary |
|---|---|
| public static final String PYTHON_OS
| |
| PYTHON_PACKAGES_DIRECTORIES | back to summary |
|---|---|
| public static final String PYTHON_PACKAGES_DIRECTORIES
| |
| PYTHON_PACKAGES_FAKEPATH | back to summary |
|---|---|
| public static final String PYTHON_PACKAGES_FAKEPATH
| |
| PYTHON_PACKAGES_PATHS | back to summary |
|---|---|
| public static final String PYTHON_PACKAGES_PATHS
| |
| PYTHON_PATH | back to summary |
|---|---|
| public static final String PYTHON_PATH
| |
| PYTHON_SECURITY_RESPECT_JAVA_ACCESSIBILITY | back to summary |
|---|---|
| public static final String PYTHON_SECURITY_RESPECT_JAVA_ACCESSIBILITY If
This may be deprecated in the future due to Java changes to accessibility from version 9 (at
least for Oracle JDK and OpenJDK). See documentation on the Boolean. | |
| PYTHON_SRE_CACHESPEC | back to summary |
|---|---|
| public static final String PYTHON_SRE_CACHESPEC
| |
| PYTHON_STARTUP | back to summary |
|---|---|
| public static final String PYTHON_STARTUP
| |
| PYTHON_VERBOSE | back to summary |
|---|---|
| public static final String PYTHON_VERBOSE
| |
| USER_HOME | back to summary |
|---|---|
| public static final String USER_HOME
| |
| RegistryKey | back to summary |
|---|---|
| private RegistryKey() | |