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:
278 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache variable337 if len(_regex_cache) > _CACHE_MAX_SIZE:
540 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
652 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE: