Class PyLongObject

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

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

    • PyLongObject

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

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