Searched refs:const_re (Results 1 – 1 of 1) sorted by relevance
256 const_re = re.compile(r"^([A-Z_][A-Z0-9_]*)$") variable266 const_match = const_re.match(item)
Completed in 3 milliseconds