Home
last modified time | relevance | path

Searched refs:TimeRE (Results 1 – 3 of 3) 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/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/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