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...]