Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_strptime.py645 _strptime._TimeRE_cache.locale_time.lang = "Ni"
646 original_time_re = _strptime._TimeRE_cache
648 self.assertIsNot(original_time_re, _strptime._TimeRE_cache)
667 locale_time_id = _strptime._TimeRE_cache.locale_time
668 _strptime._TimeRE_cache.locale_time.lang = "Ni"
670 self.assertIsNot(locale_time_id, _strptime._TimeRE_cache.locale_time)
682 first_time_re = _strptime._TimeRE_cache
688 second_time_re = _strptime._TimeRE_cache
710 first_time_re = _strptime._TimeRE_cache
719 second_time_re = _strptime._TimeRE_cache
/third_party/python/Lib/
D_strptime.py268 _TimeRE_cache = TimeRE() variable
319 global _TimeRE_cache, _regex_cache
321 locale_time = _TimeRE_cache.locale_time
325 _TimeRE_cache = TimeRE()
327 locale_time = _TimeRE_cache.locale_time
333 format_regex = _TimeRE_cache.compile(format)