Class PyContext

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

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

    • PyContext

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

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