Searched refs:TimeRE (Results 1 – 6 of 6) sorted by relevance
180 class TimeRE(dict): class193 base = super(TimeRE, self)274 _TimeRE_cache = TimeRE()307 _TimeRE_cache = TimeRE()
170 class TimeRE(dict): class268 _TimeRE_cache = TimeRE()325 _TimeRE_cache = TimeRE()
114 self.time_re = _strptime.TimeRE()169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',186 time_re = _strptime.TimeRE(locale_time)
115 self.time_re = _strptime.TimeRE()171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',188 time_re = _strptime.TimeRE(locale_time)
3511 recent TimeRE instance used along with the last five unique directive3700 - Removed caching of TimeRE (and thus LocaleTime) in _strptime.py to
20895 recent TimeRE instance used along with the last five unique directive21084 - Removed caching of TimeRE (and thus LocaleTime) in _strptime.py to