Class PyDictKeysObject

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

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

    • PyDictKeysObject

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

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