HomeSort by relevance Sort by last modified time
    Searched refs:format_regex (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 305 format_regex = _regex_cache.get(format)
306 if not format_regex:
308 format_regex = _TimeRE_cache.compile(format)
321 _regex_cache[format] = format_regex
322 found = format_regex.match(data_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 305 format_regex = _regex_cache.get(format)
306 if not format_regex:
308 format_regex = _TimeRE_cache.compile(format)
321 _regex_cache[format] = format_regex
322 found = format_regex.match(data_string)

Completed in 197 milliseconds