Package org.bytedeco.cpython.helper
Class python
java.lang.Object
org.bytedeco.cpython.presets.python
org.bytedeco.cpython.helper.python
- All Implemented Interfaces:
InfoMapper
- Direct Known Subclasses:
python
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanPy_Initialize(File... path) Effectively returnsPyStatus_Exception(Py_InitializeFromConfig(config)) == 0after setting thehomeandpythonpath_envvalues, for convenience.static booleanPy_Initialize(String... path) Effectively returnsPyStatus_Exception(Py_InitializeFromConfig(config)) == 0after setting thehomeandpythonpath_envvalues, for convenience.Methods inherited from class org.bytedeco.cpython.presets.python
cachePackage, cachePackages, map
-
Constructor Details
-
python
public python()
-
-
Method Details
-
Py_Initialize
Effectively returnsPyStatus_Exception(Py_InitializeFromConfig(config)) == 0after setting thehomeandpythonpath_envvalues, for convenience.- Throws:
IOException
-
Py_Initialize
Effectively returnsPyStatus_Exception(Py_InitializeFromConfig(config)) == 0after setting thehomeandpythonpath_envvalues, for convenience.- Throws:
IOException
-