Searched refs:_DEVICE_NOT_FOUND_RE (Results 1 – 1 of 1) sorted by relevance
44 _DEVICE_NOT_FOUND_RE = re.compile(r"error: device '(?P<serial>.+)' not found") variable292 not_found_m = _DEVICE_NOT_FOUND_RE.match(output)