Home
last modified time | relevance | path

Searched refs:PyTrace_CALL (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h20 #define PyTrace_CALL 0 macro
/third_party/python/Modules/
D_lsprof.c406 case PyTrace_CALL: in profiler_callback()
/third_party/python/Doc/c-api/
Dinit.rst1499 pertains, *what* is one of the constants :const:`PyTrace_CALL`,
1507 | :const:`PyTrace_CALL` | Always :c:data:`Py_None`. |
1526 .. c:var:: int PyTrace_CALL
/third_party/python/Python/
Dsysmodule.c997 if (what == PyTrace_CALL) { in trace_trampoline()
Dceval.c1646 PyTrace_CALL, Py_None)) { in _PyEval_EvalFrameDefault()
1657 PyTrace_CALL, Py_None)) { in _PyEval_EvalFrameDefault()