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

Method reset

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

Source from the content-addressed store, hash-verified

252
253 template <typename... Args>
254 void reset(Args&&... args) {
255 auto release_guard = optional_gil_release();
256 Base::reset(std::forward<Args>(args)...);
257 }
258
259 template <typename V>
260 SmartPtrNoGIL& operator=(V&& v) {

Callers 15

PyObject_StdStringReprFunction · 0.45
ImportModuleFunction · 0.45
ImportFromModuleFunction · 0.45
PyObjectToPyIntFunction · 0.45
io.hFile · 0.45
TestPyBufferNumpyArrayFunction · 0.45
FromPyErrorMethod · 0.45
FormatImplMethod · 0.45
SetInstanceMethod · 0.45
FromClassMethod · 0.45

Calls 1

resetFunction · 0.85

Tested by 2

TestPyBufferNumpyArrayFunction · 0.36