Home
last modified time | relevance | path

Searched refs:is_async (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Dtest_detach.py157 router1.detach(is_async=True)
Dnode.py1002 def detach(self, is_async=False): argument
1004 if is_async:
1009 if is_async:
/openthread-latest/tools/otci/otci/
Dotci.py2582 def diag_send(self, packets: int, length: Optional[int] = None, is_async: bool = True):
2585 command += 'async ' if is_async else ''