PyObjAllocated<T extends NativeType>.noAllocation constructor

PyObjAllocated<T extends NativeType>.noAllocation(
  1. Pointer<PyObject> pyObj
)

Implementation

PyObjAllocated.noAllocation(this.pyObj) : allocated = null;