Searched defs:Pattern (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/tools/otci/otci/ |
D | utils.py | 33 def match_line(line: str, expect_line: Union[str, Pattern, Collection[Any]]) -> bool: argument
|
D | command_handlers.py | 169 …def __expect_line(self, timeout: float, expect_line: Union[str, Pattern], asynchronous=False) -> L… argument
|
D | otci.py | 67 …def wait(self, duration: float, expect_line: Optional[Union[str, Pattern, Collection[Any]]] = None… argument 2858 …def wait_for(self, command: str, expect_line: Optional[Union[str, Pattern, Collection[Any]]], time… argument
|