Home
last modified time | relevance | path

Searched defs:which_watcher (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_testcapi/
Dwatchers.c306 handle_code_object_event(int which_watcher, PyCodeEvent event, PyCodeObject *co) { in handle_code_object_event()
345 add_code_watcher(PyObject *self, PyObject *which_watcher) in add_code_watcher()
/external/python/cpython3/Lib/test/test_capi/
Dtest_watchers.py385 def code_watcher(self, which_watcher): argument