Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~OwnedRef
Function · 0.85
~OwnedRefNoGIL
Function · 0.85
~SmartPtrNoGIL
Method · 0.85
reset
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected