Class PyInterpreterConfig

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyInterpreterConfig
All Implemented Interfaces:
AutoCloseable

@Properties(inherit=python.class) public class PyInterpreterConfig extends Pointer
  • Constructor Details

    • PyInterpreterConfig

      public PyInterpreterConfig()
      Default native constructor.
    • PyInterpreterConfig

      public PyInterpreterConfig(long size)
      Native array allocator. Access with Pointer.position(long).
    • PyInterpreterConfig

      public PyInterpreterConfig(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details

    • position

      public PyInterpreterConfig position(long position)
      Overrides:
      position in class Pointer
    • getPointer

      public PyInterpreterConfig getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • use_main_obmalloc

      public int use_main_obmalloc()
    • use_main_obmalloc

      public PyInterpreterConfig use_main_obmalloc(int setter)
    • allow_fork

      public int allow_fork()
    • allow_fork

      public PyInterpreterConfig allow_fork(int setter)
    • allow_exec

      public int allow_exec()
    • allow_exec

      public PyInterpreterConfig allow_exec(int setter)
    • allow_threads

      public int allow_threads()
    • allow_threads

      public PyInterpreterConfig allow_threads(int setter)
    • allow_daemon_threads

      public int allow_daemon_threads()
    • allow_daemon_threads

      public PyInterpreterConfig allow_daemon_threads(int setter)
    • check_multi_interp_extensions

      public int check_multi_interp_extensions()
    • check_multi_interp_extensions

      public PyInterpreterConfig check_multi_interp_extensions(int setter)
    • gil

      public int gil()
    • gil

      public PyInterpreterConfig gil(int setter)