Home
last modified time | relevance | path

Searched refs:Pattern (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tools/otci/otci/
Dutils.py30 from typing import Union, Collection, Any, Pattern
33 def match_line(line: str, expect_line: Union[str, Pattern, Collection[Any]]) -> bool: argument
35 if isinstance(expect_line, Pattern):
Dcommand_handlers.py35 from typing import Any, Callable, Optional, Union, List, Pattern
169 …def __expect_line(self, timeout: float, expect_line: Union[str, Pattern], asynchronous=False) -> L… argument
Dotci.py33 from typing import Callable, List, Collection, Union, Tuple, Optional, Dict, Pattern, Any
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
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py22 from typing import FrozenSet, Optional, Pattern # pylint: disable=unused-import
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py10 from typing import Dict, IO, Iterable, Iterator, List, Optional, Pattern, Set, Tuple, Union
/openthread-latest/tests/scripts/thread-cert/
Dnode.py852 if isinstance(pattern, typing.Pattern):