Searched refs:interact_2965 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 246 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 …]
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 296 def interact_2965(cookiejar, url, *set_cookie_hdrs): function 494 interact_2965(c, "http://www.example.com/", 612 interact_2965(c, "http://www.acme.com/", 'spam="bar"; Version="1"') 616 interact_2965(c, "http://www.acme.com/blah", 'eggs="bar"; Version="1"') 620 interact_2965(c, "http://www.acme.com/blah/rhubarb", 625 interact_2965(c, "http://www.acme.com/blah/rhubarb/", 808 interact_2965(c, "http://www.nasty.com/", 879 interact_2965(c, "http://foo.net/", 'foo=bar; Version="1"') 882 self.assertEqual(interact_2965(c, "http://foo.net/"), 885 self.assertEqual(interact_2965(c, "http://www.foo.net/"), "") [all …]
|