Searched defs:TimeRE (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A D_strptime.py5 TimeRE -- Creates regexes for pattern matching a string of text containing
180 class TimeRE(dict): class in inherits:dict
193 base = super(TimeRE, self)
274 _TimeRE_cache = TimeRE()
307 _TimeRE_cache = TimeRE()
/external/python/cpython3/Lib/
H A D_strptime.py5 TimeRE -- Creates regexes for pattern matching a string of text containing
182 class TimeRE(dict): class in inherits:dict
280 _TimeRE_cache = TimeRE()
337 _TimeRE_cache = TimeRE()

Completed in 148 milliseconds