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, map
public static boolean Py_Initialize(File... path) throws IOException
PyStatus_Exception(Py_InitializeFromConfig(config)) == 0
after setting the home
and pythonpath_env
values, for convenience.IOException
public static boolean Py_Initialize(String... path) throws IOException
PyStatus_Exception(Py_InitializeFromConfig(config)) == 0
after setting the home
and pythonpath_env
values, for convenience.IOException
Copyright © 2024. All rights reserved.