Searched refs:_CACHE_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
275 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache variable310 if len(_regex_cache) > _CACHE_MAX_SIZE:
269 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache variable328 if len(_regex_cache) > _CACHE_MAX_SIZE:
540 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
658 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE: