Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_strptime.py31 self.LT_ins = _strptime.LocaleTime()
99 LT = _strptime.LocaleTime()
116 self.locale_time = _strptime.LocaleTime()
169 test_locale = _strptime.LocaleTime()
184 locale_time = _strptime.LocaleTime()
383 locale_time = _strptime.LocaleTime()
/third_party/python/Lib/
D_strptime.py30 class LocaleTime(object): class
182 self.locale_time = LocaleTime()
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst4709 Remove unused private method ``_strptime.LocaleTime.__pad`` (a.k.a.
/third_party/python/Misc/
DHISTORY21084 - Removed caching of TimeRE (and thus LocaleTime) in _strptime.py to