MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / IncRef

Function IncRef

pydevd_attach_to_process/common/ref_utils.hpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void IncRef(PyObject* object) {
22 object->ob_refcnt++;
23}
24
25class PyObjectHolder {
26private:

Callers 5

DEFINE_PROCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected