Searched refs:ADB_INFO_RE (Results 1 – 1 of 1) sorted by relevance
772 ADB_INFO_RE = re.compile("^([A-Za-z0-9._:\\-]+)\\s+(\\w+)(.*model:(\\w+))?") variable in ListDevicesEndpoint780 } for m in [ListDevicesEndpoint.ADB_INFO_RE.match(d) for d in lines[1:]] if m}