PyObjAllocated<T extends NativeType> constructor

PyObjAllocated<T extends NativeType>(
  1. Pointer<PyObject> pyObj,
  2. Pointer<T>? allocated
)

Implementation

PyObjAllocated(this.pyObj, this.allocated);