Searched refs:PyEval_SetTrace (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Include/ |
D | ceval.h | 24 PyAPI_FUNC(void) PyEval_SetTrace(Py_tracefunc, PyObject *);
|
/external/python/cpython3/Include/ |
D | ceval.h | 33 PyAPI_FUNC(void) PyEval_SetTrace(Py_tracefunc, PyObject *);
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 369 PyEval_SetTrace(NULL, NULL); in trace_trampoline() 391 PyEval_SetTrace(NULL, NULL); in sys_settrace() 393 PyEval_SetTrace(trace_trampoline, args); in sys_settrace()
|
D | ceval.c | 4116 PyEval_SetTrace(Py_tracefunc func, PyObject *arg) in PyEval_SetTrace() function
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 543 PyEval_SetTrace(NULL, NULL); in trace_trampoline() 562 PyEval_SetTrace(NULL, NULL); in sys_settrace() 564 PyEval_SetTrace(trace_trampoline, args); in sys_settrace()
|
D | ceval.c | 4331 PyEval_SetTrace(Py_tracefunc func, PyObject *arg) in PyEval_SetTrace() function
|
/external/python/cpython2/Modules/ |
D | _hotshot.c | 972 PyEval_SetTrace((Py_tracefunc) tracer_callback, (PyObject *)self); in do_start() 983 PyEval_SetTrace(NULL, NULL); in do_stop()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 834 "PyEval_SetTrace"
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 771 PyEval_SetTrace:void::: 772 PyEval_SetTrace:Py_tracefunc:func:: 773 PyEval_SetTrace:PyObject*:obj:+1:
|
/external/python/cpython2/Doc/c-api/ |
D | init.rst | 976 :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/ |
D | init.rst | 1262 :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/ |
D | 2.2.rst | 1060 :c:func:`PyEval_SetProfile` and :c:func:`PyEval_SetTrace`. The existing
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.2.rst | 1060 :c:func:`PyEval_SetProfile` and :c:func:`PyEval_SetTrace`. The existing
|