Home
last modified time | relevance | path

Searched refs:PyEval_SetTrace (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
Dceval.h24 PyAPI_FUNC(void) PyEval_SetTrace(Py_tracefunc, PyObject *);
/external/python/cpython3/Include/
Dceval.h33 PyAPI_FUNC(void) PyEval_SetTrace(Py_tracefunc, PyObject *);
/external/python/cpython2/Python/
Dsysmodule.c369 PyEval_SetTrace(NULL, NULL); in trace_trampoline()
391 PyEval_SetTrace(NULL, NULL); in sys_settrace()
393 PyEval_SetTrace(trace_trampoline, args); in sys_settrace()
Dceval.c4116 PyEval_SetTrace(Py_tracefunc func, PyObject *arg) in PyEval_SetTrace() function
/external/python/cpython3/Python/
Dsysmodule.c543 PyEval_SetTrace(NULL, NULL); in trace_trampoline()
562 PyEval_SetTrace(NULL, NULL); in sys_settrace()
564 PyEval_SetTrace(trace_trampoline, args); in sys_settrace()
Dceval.c4331 PyEval_SetTrace(Py_tracefunc func, PyObject *arg) in PyEval_SetTrace() function
/external/python/cpython2/Modules/
D_hotshot.c972 PyEval_SetTrace((Py_tracefunc) tracer_callback, (PyObject *)self); in do_start()
983 PyEval_SetTrace(NULL, NULL); in do_stop()
/external/python/cpython2/PC/os2emx/
Dpython27.def834 "PyEval_SetTrace"
/external/python/cpython3/Doc/data/
Drefcounts.dat771 PyEval_SetTrace:void:::
772 PyEval_SetTrace:Py_tracefunc:func::
773 PyEval_SetTrace:PyObject*:obj:+1:
/external/python/cpython2/Doc/c-api/
Dinit.rst976 :c:func:`PyEval_SetTrace`. The first parameter is the object passed to the
1064 .. c:function:: void PyEval_SetTrace(Py_tracefunc func, PyObject *obj)
1069 trace function registered using :c:func:`PyEval_SetTrace` will not receive
/external/python/cpython3/Doc/c-api/
Dinit.rst1262 :c:func:`PyEval_SetTrace`. The first parameter is the object passed to the
1360 .. c:function:: void PyEval_SetTrace(Py_tracefunc func, PyObject *obj)
1365 objects being called. Any trace function registered using :c:func:`PyEval_SetTrace`
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1060 :c:func:`PyEval_SetProfile` and :c:func:`PyEval_SetTrace`. The existing
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1060 :c:func:`PyEval_SetProfile` and :c:func:`PyEval_SetTrace`. The existing