Class PyDictValues

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

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

    • PyDictValues

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

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