Searched refs:CONVERTIBLE_DEF_RE (Results 1 – 1 of 1) sorted by relevance
20 CONVERTIBLE_DEF_RE = re.compile(r"(?P<indentation> *)(def|class) .*:") variable146 def_match = CONVERTIBLE_DEF_RE.match(line)