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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 234 def interact_netscape(cookiejar, url, *set_cookie_hdrs): function
257 interact_netscape(c, "http://www.acme.com/", 'boo')
379 interact_netscape(c, "http://www.acme.com/", 'eggs')
380 interact_netscape(c, "http://www.acme.com/", '"spam"; path=/foo/')
403 self.assertEqual(interact_netscape(c, "http://www.acme.com/foo/"),
425 interact_netscape(c, "http://www.example.com/", "ni=ni; Version=1")
443 interact_netscape(c, "http://www.acme.com/",
445 interact_netscape(c, "http://www.acme.com/", 'ni=ni; port=80,8080')
446 interact_netscape(c, "http://www.acme.com:80/", 'nini=ni')
447 interact_netscape(c, "http://www.acme.com:80/", 'foo=bar; expires='
    [all...]
test_urllib2.py 1004 from test.test_cookielib import interact_netscape namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 234 def interact_netscape(cookiejar, url, *set_cookie_hdrs): function
257 interact_netscape(c, "http://www.acme.com/", 'boo')
379 interact_netscape(c, "http://www.acme.com/", 'eggs')
380 interact_netscape(c, "http://www.acme.com/", '"spam"; path=/foo/')
403 self.assertEqual(interact_netscape(c, "http://www.acme.com/foo/"),
425 interact_netscape(c, "http://www.example.com/", "ni=ni; Version=1")
443 interact_netscape(c, "http://www.acme.com/",
445 interact_netscape(c, "http://www.acme.com/", 'ni=ni; port=80,8080')
446 interact_netscape(c, "http://www.acme.com:80/", 'nini=ni')
447 interact_netscape(c, "http://www.acme.com:80/", 'foo=bar; expires='
    [all...]
test_urllib2.py 1004 from test.test_cookielib import interact_netscape namespace
    [all...]

Completed in 593 milliseconds