Class PyCodeObject

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

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

    • PyCodeObject

      public PyCodeObject()
      Default native constructor.
    • PyCodeObject

      public PyCodeObject(long size)
      Native array allocator. Access with Pointer.position(long).
    • PyCodeObject

      public PyCodeObject(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details