Home
last modified time | relevance | path

Searched refs:PyCode_AddWatcher (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/_testcapi/
Dwatchers.c351 watcher_id = PyCode_AddWatcher(first_code_object_callback); in add_code_watcher()
357 watcher_id = PyCode_AddWatcher(second_code_object_callback); in add_code_watcher()
363 watcher_id = PyCode_AddWatcher(error_code_event_handler); in add_code_watcher()
420 int watcher_id = PyCode_AddWatcher(noop_code_event_handler); in allocate_too_many_code_watchers()
/external/python/cpython3/Include/cpython/
Dcode.h274 PyAPI_FUNC(int) PyCode_AddWatcher(PyCode_WatchCallback callback);
/external/python/cpython3/Doc/c-api/
Dcode.rst154 .. c:function:: int PyCode_AddWatcher(PyCode_WatchCallback callback)
166 :c:func:`PyCode_AddWatcher` for the current interpreter.
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a3.rst42 Add :c:func:`PyCode_AddWatcher` and :c:func:`PyCode_ClearWatcher` APIs to
/external/python/cpython3/Objects/
Dcodeobject.c57 PyCode_AddWatcher(PyCode_WatchCallback callback) in PyCode_AddWatcher() function
/external/python/cpython3/Doc/whatsnew/
D3.12.rst1932 * Add :c:func:`PyCode_AddWatcher` and :c:func:`PyCode_ClearWatcher`
/external/python/cpython3/Doc/data/
Dpython3.13.abi68 …<elf-symbol name='PyCode_AddWatcher' type='func-type' binding='global-binding' visibility='default…
5912PyCode_AddWatcher' mangled-name='PyCode_AddWatcher' filepath='Objects/codeobject.c' line='57' colu…