Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ OwnedRefNoGIL
Function
OwnedRefNoGIL
python/pyarrow/src/arrow/python/common.h:231–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
public:
230
OwnedRefNoGIL() : OwnedRef() {}
231
OwnedRefNoGIL(OwnedRefNoGIL&& other) : OwnedRef(other.detach()) {}
232
explicit OwnedRefNoGIL(PyObject* obj) : OwnedRef(obj) {}
233
234
~OwnedRefNoGIL() {
Callers
1
common.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected