Class PyODictObject

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

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

    • PyODictObject

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

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