Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_watch/py/pw_watch/
H A Ddebounce.py28 class DebouncedFunction(ABC): class
66 def __init__(self, function: DebouncedFunction) -> None: