Lines Matching refs:str
26 self, device: DeviceAdapter, prompt: str = 'uart:~$', timeout: float | None = None argument
29 self.prompt: str = prompt
54 self, command: str, timeout: float | None = None, print_output: bool = True argument
55 ) -> list[str]:
68 lines: list[str] = []
83 def get_filtered_output(self, command_lines: list[str]) -> list[str]: argument
112 name: str
113 version: str
114 image_size: str
115 magic: str = 'unset'
116 swap_type: str = 'none'
117 copy_done: str = 'unset'
118 image_ok: str = 'unset'
139 def create_from_cmd_output(cls, cmd_output: list[str]) -> ShellMCUbootCommandParsed: argument