Searched refs:regex_cache (Results 1 – 1 of 1) sorted by relevance
31 regex_cache = {} variable62 if pattern_key not in regex_cache:63 regex_cache[pattern_key] = compile(pattern, flags)64 return regex_cache[pattern_key]