Class PyObject

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

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

    • PyObject

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

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