Class PyContextVar

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

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

    • PyContextVar

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

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