Home
last modified time | relevance | path

Searched refs:on_keyboard_interrupt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_watch/py/pw_watch/
H A Ddebounce.py50 def on_keyboard_interrupt(self): member in DebouncedFunction
168 self.function.on_keyboard_interrupt()
194 self.function.on_keyboard_interrupt()
H A Dwatch.py473 def on_keyboard_interrupt(self) -> None: member in PigweedBuildWatcher