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

Function DEFINE_PROC

pydevd_attach_to_process/common/py_settrace.hpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 DEFINE_PROC(isInit, Py_IsInitialized*, "Py_IsInitialized", 100);
61 if (!isInit()) {
62 PRINT("Py_IsInitialized returned false.");
63 return 110;
64 }
65
66 auto version = GetPythonVersion(module);
67

Callers

nothing calls this directly

Calls 6

GetPythonThreadIdFunction · 0.85
IncRefFunction · 0.85
InternalTraceInitFunction · 0.85
InternalPySetTraceFunction · 0.85
ToPythonMethod · 0.80

Tested by

no test coverage detected