Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ add_ref
Function
add_ref
src/mod.c:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
static jmp_buf buf;
43
44
static PyObject* add_ref(PyObject* self, PyObject* args) {
45
GETOBJ();
46
Py_INCREF(obj);
47
Py_RETURN_NONE;
48
}
49
50
static PyObject* remove_ref(PyObject* self, PyObject* args) {
51
GETOBJ();
Callers
9
to_ptr
Function · 0.85
__init__
Method · 0.85
to_c_ptr
Function · 0.85
array
Function · 0.85
__getattribute__
Method · 0.85
__init__
Method · 0.85
assign
Method · 0.85
move
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected