MCPcopy Index your code
hub / github.com/python/cpython / add_cookie_header

Method add_cookie_header

Lib/test/test_urllib2.py:313–314  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

311
312class MockCookieJar:
313 def add_cookie_header(self, request):
314 self.ach_req = request
315
316 def extract_cookies(self, response, request):
317 self.ec_req, self.ec_r = request, response

Callers 1

_interactFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected