Class PyWeakReference

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

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

    • PyWeakReference

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

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