Class PyFrameObject

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

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

    • PyFrameObject

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

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