Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ref
Function
ref
python/pyarrow/src/arrow/python/common.h:215–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
PyObject* obj() const { return obj_; }
214
215
PyObject** ref() { return &obj_; }
216
217
operator bool() const { return obj_ != NULLPTR; }
218
Callers
8
test_ext_array_lifetime
Function · 0.85
GenerateRandomData
Function · 0.85
MakeDefaultRowAccessor
Function · 0.85
ThreadPoolSpawn
Function · 0.85
RunInSerialExecutor
Function · 0.85
ThreadPoolSubmit
Function · 0.85
SerialTaskGroup
Function · 0.85
ThreadedTaskGroup
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_ext_array_lifetime
Function · 0.68
GenerateRandomData
Function · 0.68