public class python extends python
| Constructor and Description |
|---|
python() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Py_Initialize(File... path)
Effectively returns
PyStatus_Exception(Py_InitializeFromConfig(config)) == 0
after setting the home and pythonpath_env values, for convenience. |
static boolean |
Py_Initialize(String... path)
Effectively returns
PyStatus_Exception(Py_InitializeFromConfig(config)) == 0
after setting the home and pythonpath_env values, for convenience. |
cachePackage, cachePackages, mappublic static boolean Py_Initialize(File... path) throws IOException
PyStatus_Exception(Py_InitializeFromConfig(config)) == 0
after setting the home and pythonpath_env values, for convenience.IOExceptionpublic static boolean Py_Initialize(String... path) throws IOException
PyStatus_Exception(Py_InitializeFromConfig(config)) == 0
after setting the home and pythonpath_env values, for convenience.IOExceptionCopyright © 2025. All rights reserved.