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