Searched refs:_regex_cache (Results 1 – 6 of 6) sorted by relevance
276 _regex_cache = {} variable301 global _TimeRE_cache, _regex_cache308 _regex_cache.clear()310 if len(_regex_cache) > _CACHE_MAX_SIZE:311 _regex_cache.clear()312 format_regex = _regex_cache.get(format)328 _regex_cache[format] = format_regex
279 _regex_cache = {} variable328 global _TimeRE_cache, _regex_cache335 _regex_cache.clear()337 if len(_regex_cache) > _CACHE_MAX_SIZE:338 _regex_cache.clear()339 format_regex = _regex_cache.get(format)355 _regex_cache[format] = format_regex
531 self.assertEqual(len(_strptime._regex_cache), 1)536 del _strptime._regex_cache['%d']540 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:541 _strptime._regex_cache[bogus_key] = None544 self.assertEqual(len(_strptime._regex_cache), 1)
1562 _strptime._regex_cache.clear()
643 self.assertEqual(len(_strptime._regex_cache), 1)648 del _strptime._regex_cache['%d']652 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:653 _strptime._regex_cache[bogus_key] = None656 self.assertEqual(len(_strptime._regex_cache), 1)
189 _strptime._regex_cache.clear()