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

Function interact_2965

Lib/test/test_http_cookiejar.py:325–326  ·  view source on GitHub ↗
(cookiejar, url, *set_cookie_hdrs)

Source from the content-addressed store, hash-verified

323 def info(self): return self._headers
324
325def interact_2965(cookiejar, url, *set_cookie_hdrs):
326 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2")
327
328def interact_netscape(cookiejar, url, *set_cookie_hdrs):
329 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")

Callers 15

test_rfc2109_handlingMethod · 0.85
test_default_pathMethod · 0.85
test_wrong_domainMethod · 0.85
test_domain_mirrorMethod · 0.85
test_path_mirrorMethod · 0.85
test_port_mirrorMethod · 0.85
test_Cookie_iteratorMethod · 0.85
test_ietf_example_1Method · 0.85

Calls 1

_interactFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…