Home
last modified time | relevance | path

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

/zcbor-latest/zcbor/
Dzcbor.py31 regex_cache = {} variable
63 if pattern_key not in regex_cache:
64 regex_cache[pattern_key] = compile(pattern, flags)
65 return regex_cache[pattern_key]