MCPcopy Create free account
hub / github.com/apache/arrow / ~SmartPtrNoGIL

Method ~SmartPtrNoGIL

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

Source from the content-addressed store, hash-verified

249 SmartPtrNoGIL(Args&&... args) : Base(std::forward<Args>(args)...) {}
250
251 ~SmartPtrNoGIL() { reset(); }
252
253 template <typename... Args>
254 void reset(Args&&... args) {

Callers

nothing calls this directly

Calls 1

resetFunction · 0.85

Tested by

no test coverage detected