Home
last modified time | relevance | path

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

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