Searched defs:match_fns (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/cert/ |
D | truth.py | 60 def emits(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): 69 def emitsNone(self, *match_fns, timeout=DEFAULT_TIMEOUT): 82 def __init__(self, stream, match_fns, timeout): argument 101 def then(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): 110 def thenNone(self, *match_fns, timeout=DEFAULT_TIMEOUT):
|
D | event_stream.py | 236 match_fns, argument
|