Class PyContextToken

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

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

    • PyContextToken

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

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