Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ remove_ref
Function
remove_ref
src/mod.c:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
static PyObject* remove_ref(PyObject* self, PyObject* args) {
51
GETOBJ();
52
Py_DECREF(obj);
53
Py_RETURN_NONE;
54
}
55
56
static PyObject* set_ref(PyObject* self, PyObject* args) {
57
PyObject* obj;
Callers
6
to_ptr
Function · 0.85
_cleanup
Method · 0.85
_cleanup
Method · 0.85
assign
Method · 0.85
_cleanup
Method · 0.85
move
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected