Searched refs:interact_2965 (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_http_cookiejar.py | 315 def interact_2965(cookiejar, url, *set_cookie_hdrs): function 589 interact_2965(c, "http://www.example.com/", 716 interact_2965(c, "http://www.acme.com/", 'spam="bar"; Version="1"') 720 interact_2965(c, "http://www.acme.com/blah", 'eggs="bar"; Version="1"') 724 interact_2965(c, "http://www.acme.com/blah/rhubarb", 729 interact_2965(c, "http://www.acme.com/blah/rhubarb/", 912 interact_2965(c, "http://www.nasty.com/", 1025 interact_2965(c, "http://foo.net/", 'foo=bar; Version="1"') 1028 self.assertEqual(interact_2965(c, "http://foo.net/"), 1031 self.assertEqual(interact_2965( [all...] |
Completed in 2 milliseconds