Class python

java.lang.Object
org.bytedeco.cpython.presets.python
org.bytedeco.cpython.helper.python
All Implemented Interfaces:
InfoMapper
Direct Known Subclasses:
python

public class python extends python
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    Effectively returns PyStatus_Exception(Py_InitializeFromConfig(config)) == 0 after setting the home and pythonpath_env values, for convenience.
    static boolean
    Effectively returns PyStatus_Exception(Py_InitializeFromConfig(config)) == 0 after setting the home and pythonpath_env values, for convenience.

    Methods inherited from class org.bytedeco.cpython.presets.python

    cachePackage, cachePackages, map

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • python

      public python()
  • Method Details

    • Py_Initialize

      public static boolean Py_Initialize(File... path) throws IOException
      Effectively returns PyStatus_Exception(Py_InitializeFromConfig(config)) == 0 after setting the home and pythonpath_env values, for convenience.
      Throws:
      IOException
    • Py_Initialize

      public static boolean Py_Initialize(String... path) throws IOException
      Effectively returns PyStatus_Exception(Py_InitializeFromConfig(config)) == 0 after setting the home and pythonpath_env values, for convenience.
      Throws:
      IOException