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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 490 from cookielib import time2netscape, CookieJar namespace
494 future = time2netscape(time.time()+3600)
498 now = time2netscape(time.time()-1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 490 from cookielib import time2netscape, CookieJar namespace
494 future = time2netscape(time.time()+3600)
498 now = time2netscape(time.time()-1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 103 def time2netscape(t=None): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 103 def time2netscape(t=None): function
    [all...]

Completed in 155 milliseconds