Home | History | Annotate | Download | only in test

Lines Matching refs:cj

892         cj = MockCookieJar()
893 h = urllib2.HTTPCookieProcessor(cj)
899 self.assertTrue(cj.ach_req is req is newreq)
903 self.assertTrue(cj.ec_req is req)
904 self.assertTrue(cj.ec_r is r is newr)
1006 cj = CookieJar()
1007 interact_netscape(cj, "http://www.example.com/", "spam=eggs")
1011 cp = urllib2.HTTPCookieProcessor(cj)