Searched defs:which_watcher (Results 1 – 2 of 2) sorted by relevance
306 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()
385 def code_watcher(self, which_watcher): argument