Home
last modified time | relevance | path

Searched refs:ATTR_REGEX (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/tools/
Dcompare_build_systems.py40 ATTR_REGEX = re.compile(r",?\s*(?P<key>[^=]+)=(?P<value>[^,]+)") variable
191 for m in re.finditer(ATTR_REGEX, match.group("attrs"))