Home
last modified time | relevance | path

Searched refs:interact_netscape (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cookielib.py234 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 …]
Dtest_urllib2.py998 from test.test_cookielib import interact_netscape
1001 interact_netscape(cj, "http://www.example.com/", "spam=eggs")