Lines Matching refs:Py_tracefunc
1494 .. c:type:: int (*Py_tracefunc)(PyObject *obj, PyFrameObject *frame, int what, PyObject *arg)
1528 The value of the *what* parameter to a :c:type:`Py_tracefunc` function when a new
1537 The value of the *what* parameter to a :c:type:`Py_tracefunc` function when an
1548 The value passed as the *what* parameter to a :c:type:`Py_tracefunc` function
1555 The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a
1561 The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a C
1567 The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a C
1573 The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a C
1579 The value for the *what* parameter to :c:type:`Py_tracefunc` functions (but not
1585 .. c:function:: void PyEval_SetProfile(Py_tracefunc func, PyObject *obj)
1597 .. c:function:: void PyEval_SetTrace(Py_tracefunc func, PyObject *obj)