Lines Matching refs:str

46     def execute_command(self, cmd: str, timeout: float) -> List[str]:  argument
55 def execute_platform_command(self, cmd: str, timeout: float) -> List[str]: argument
67 def wait(self, duration: float) -> List[str]:
75 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): argument
84 def shell(self, cmd: str, timeout: float) -> List[str]: argument
122 def execute_command(self, cmd, timeout=10) -> List[str]:
140 def execute_platform_command(self, cmd, timeout=10) -> List[str]:
143 def wait(self, duration: float) -> List[str]:
162 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): argument
169 …expect_line(self, timeout: float, expect_line: Union[str, Pattern], asynchronous=False) -> List[st… argument
259 def execute_command(self, cmd: str, timeout: float) -> List[str]: argument
275 def execute_platform_command(self, cmd, timeout=10) -> List[str]:
281 def shell(self, cmd: str, timeout: float) -> List[str]: argument
294 def wait(self, duration: float) -> List[str]:
298 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): argument
311 def execute_command(self, cmd: str, timeout: float) -> List[str]: argument
325 def execute_platform_command(self, cmd: str, timeout: float = 10) -> List[str]: argument
328 def shell(self, cmd: str, timeout: float) -> List[str]: argument
335 def wait(self, duration: float) -> List[str]:
339 def set_line_read_callback(self, callback: Optional[Callable[[str], Any]]): argument
345 def __init__(self, host: str, port: int): argument
360 def __init__(self, serial: str): argument