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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 33 from cookielib import http2time namespace
36 return time.gmtime(http2time(text))[:6]
47 from cookielib import http2time, time2isoz namespace
49 # test http2time for supported dates. Test cases with 2 digit year
78 t = http2time(s)
79 t2 = http2time(s.lower())
80 t3 = http2time(s.upper())
86 from cookielib import http2time namespace
100 self.assertTrue(http2time(test) is None,
101 "http2time(%s) is not None\n
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 33 from cookielib import http2time namespace
36 return time.gmtime(http2time(text))[:6]
47 from cookielib import http2time, time2isoz namespace
49 # test http2time for supported dates. Test cases with 2 digit year
78 t = http2time(s)
79 t2 = http2time(s.lower())
80 t3 = http2time(s.upper())
86 from cookielib import http2time namespace
100 self.assertTrue(http2time(test) is None,
101 "http2time(%s) is not None\n
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 212 def http2time(text): function
286 As for http2time, but parses the ISO 8601 formats:
485 v = http2time(_strip_quotes(v)) # None if invalid
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 212 def http2time(text): function
286 As for http2time, but parses the ISO 8601 formats:
485 v = http2time(_strip_quotes(v)) # None if invalid
    [all...]

Completed in 167 milliseconds