Home
last modified time | relevance | path

Searched refs:LocaleTime (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_strptime.py30 self.LT_ins = _strptime.LocaleTime()
98 LT = _strptime.LocaleTime()
115 self.locale_time = _strptime.LocaleTime()
167 test_locale = _strptime.LocaleTime()
182 locale_time = _strptime.LocaleTime()
302 locale_time = _strptime.LocaleTime()
/external/python/cpython2/Lib/
D_strptime.py31 class LocaleTime(object): class
192 self.locale_time = LocaleTime()
/external/python/cpython2/Misc/
DHISTORY3700 - Removed caching of TimeRE (and thus LocaleTime) in _strptime.py to