Searched refs:is_async (Results 1 – 3 of 3) sorted by relevance
157 router1.detach(is_async=True)
1002 def detach(self, is_async=False): argument1004 if is_async:1009 if is_async:
2582 def diag_send(self, packets: int, length: Optional[int] = None, is_async: bool = True):2585 command += 'async ' if is_async else ''