Lines Matching refs:str
26 version: str = ''
27 flags: str = ''
28 hash: str = ''
35 def __init__(self, connection_options: str): argument
39 def create_for_serial(cls, serial_port: str) -> MCUmgr: argument
50 def run_command(self, cmd: str) -> str: argument
58 def image_upload(self, image: Path | str, slot: int | None = None, timeout: int = 30): argument
70 def _parse_image_list(cmd_output: str) -> list[MCUmgrImage]: argument
93 def get_hash_to_test(self) -> str:
109 def image_test(self, hash: str | None = None):
114 def image_confirm(self, hash: str | None = None):
124 def create_for_ble(cls, hci_index: int, peer_name: str) -> MCUmgr: argument