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

Function interact_netscape

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

Source from the content-addressed store, hash-verified

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")
330
331def _interact(cookiejar, url, set_cookie_hdrs, hdr_name):
332 """Perform a single request / response cycle, returning Cookie: header."""

Callers 15

test_cookie_redirectMethod · 0.90
test_missing_valueMethod · 0.85
test_rfc2109_handlingMethod · 0.85
test_ns_parserMethod · 0.85
test_expiresMethod · 0.85
test_default_pathMethod · 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…