Searched refs:_TimeRE_cache (Results 1 – 2 of 2) sorted by relevance
645 _strptime._TimeRE_cache.locale_time.lang = "Ni"646 original_time_re = _strptime._TimeRE_cache648 self.assertIsNot(original_time_re, _strptime._TimeRE_cache)667 locale_time_id = _strptime._TimeRE_cache.locale_time668 _strptime._TimeRE_cache.locale_time.lang = "Ni"670 self.assertIsNot(locale_time_id, _strptime._TimeRE_cache.locale_time)682 first_time_re = _strptime._TimeRE_cache688 second_time_re = _strptime._TimeRE_cache710 first_time_re = _strptime._TimeRE_cache719 second_time_re = _strptime._TimeRE_cache
268 _TimeRE_cache = TimeRE() variable319 global _TimeRE_cache, _regex_cache321 locale_time = _TimeRE_cache.locale_time325 _TimeRE_cache = TimeRE()327 locale_time = _TimeRE_cache.locale_time333 format_regex = _TimeRE_cache.compile(format)