Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_cookielib.py246 def interact_2965(cookiejar, url, *set_cookie_hdrs): function
448 interact_2965(c, "http://www.example.com/",
564 interact_2965(c, "http://www.acme.com/", 'spam="bar"; Version="1"')
568 interact_2965(c, "http://www.acme.com/blah", 'eggs="bar"; Version="1"')
572 interact_2965(c, "http://www.acme.com/blah/rhubarb",
577 interact_2965(c, "http://www.acme.com/blah/rhubarb/",
748 interact_2965(c, "http://www.nasty.com/",
825 interact_2965(c, "http://foo.net/", 'foo=bar; Version="1"')
828 self.assertEqual(interact_2965(c, "http://foo.net/"),
831 self.assertEqual(interact_2965(c, "http://www.foo.net/"), "")
[all …]