MCPcopy 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_lifetimeFunction · 0.85
GenerateRandomDataFunction · 0.85
MakeDefaultRowAccessorFunction · 0.85
ThreadPoolSpawnFunction · 0.85
RunInSerialExecutorFunction · 0.85
ThreadPoolSubmitFunction · 0.85
SerialTaskGroupFunction · 0.85
ThreadedTaskGroupFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_ext_array_lifetimeFunction · 0.68
GenerateRandomDataFunction · 0.68