Class PyInterpreterState

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

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

    • PyInterpreterState

      public PyInterpreterState()
      Empty constructor. Calls super((Pointer)null).
    • PyInterpreterState

      public PyInterpreterState(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).