Lines Matching refs:Py_tracefunc
1259 .. c:type:: int (*Py_tracefunc)(PyObject *obj, PyFrameObject *frame, int what, PyObject *arg)
1293 The value of the *what* parameter to a :c:type:`Py_tracefunc` function when a new
1302 The value of the *what* parameter to a :c:type:`Py_tracefunc` function when an
1313 The value passed as the *what* parameter to a :c:type:`Py_tracefunc` function
1320 The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a
1326 The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a C
1332 The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a C
1338 The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a C
1344 The value for the *what* parameter to :c:type:`Py_tracefunc` functions (but not
1350 .. c:function:: void PyEval_SetProfile(Py_tracefunc func, PyObject *obj)
1360 .. c:function:: void PyEval_SetTrace(Py_tracefunc func, PyObject *obj)