Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
void IncRef(PyObject* object) {
22
object->ob_refcnt++;
23
}
24
25
class PyObjectHolder {
26
private:
Callers
5
PyObject_FastCallDictCustom
Function · 0.85
InternalPySetTrace_Template
Function · 0.85
InternalPySetTrace_Template311
Function · 0.85
DEFINE_PROC
Function · 0.85
InternalPySetTrace_Template310
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected