Searched refs:PyTrace_OPCODE (Results 1 – 3 of 3) sorted by relevance
33 #define PyTrace_OPCODE 7 macro
1465 or :const:`PyTrace_OPCODE`, and *arg* depends on the value of *what*:1486 | :const:`PyTrace_OPCODE` | Always :c:data:`Py_None`. |1540 .. c:var:: int PyTrace_OPCODE1555 :const:`PyTrace_OPCODE` and :const:`PyTrace_EXCEPTION`.
4727 result = call_trace(func, obj, tstate, frame, PyTrace_OPCODE, Py_None); in maybe_call_line_trace()