MCPcopy Create free account
hub / github.com/apache/arrow / reset

Function reset

python/pyarrow/src/arrow/python/common.h:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 void reset(PyObject* obj) {
201 Py_XDECREF(obj_);
202 obj_ = obj;
203 }
204
205 void reset() { reset(NULLPTR); }
206

Callers 4

~OwnedRefFunction · 0.85
~OwnedRefNoGILFunction · 0.85
~SmartPtrNoGILMethod · 0.85
resetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected