MCPcopy 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
50static PyObject* remove_ref(PyObject* self, PyObject* args) {
51 GETOBJ();
52 Py_DECREF(obj);
53 Py_RETURN_NONE;
54}
55
56static PyObject* set_ref(PyObject* self, PyObject* args) {
57 PyObject* obj;

Callers 6

to_ptrFunction · 0.85
_cleanupMethod · 0.85
_cleanupMethod · 0.85
assignMethod · 0.85
_cleanupMethod · 0.85
moveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected