Home
last modified time | relevance | path

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

/openthread-latest/tools/otci/otci/
Dutils.py33 def match_line(line: str, expect_line: Union[str, Pattern, Collection[Any]]) -> bool: argument
Dcommand_handlers.py169 …def __expect_line(self, timeout: float, expect_line: Union[str, Pattern], asynchronous=False) -> L… argument
Dotci.py67 …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