Home
last modified time | relevance | path

Searched refs:TimeRE (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
D_strptime.py180 class TimeRE(dict): class
193 base = super(TimeRE, self)
274 _TimeRE_cache = TimeRE()
307 _TimeRE_cache = TimeRE()
/external/python/cpython3/Lib/
D_strptime.py170 class TimeRE(dict): class
268 _TimeRE_cache = TimeRE()
325 _TimeRE_cache = TimeRE()
/external/python/cpython2/Lib/test/
Dtest_strptime.py114 self.time_re = _strptime.TimeRE()
169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
186 time_re = _strptime.TimeRE(locale_time)
/external/python/cpython3/Lib/test/
Dtest_strptime.py115 self.time_re = _strptime.TimeRE()
171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
188 time_re = _strptime.TimeRE(locale_time)
/external/python/cpython2/Misc/
DHISTORY3511 recent TimeRE instance used along with the last five unique directive
3700 - Removed caching of TimeRE (and thus LocaleTime) in _strptime.py to
/external/python/cpython3/Misc/
DHISTORY20895 recent TimeRE instance used along with the last five unique directive
21084 - Removed caching of TimeRE (and thus LocaleTime) in _strptime.py to