MCPcopy
hub / github.com/psf/requests / cookiejar_from_dict

Function cookiejar_from_dict

src/requests/cookies.py:564–568  ·  view source on GitHub ↗
(
    cookie_dict: dict[str, str] | None,
    cookiejar: None = None,
    overwrite: bool = True,
)

Source from the content-addressed store, hash-verified

562
563@overload
564def cookiejar_from_dict(
565 cookie_dict: dict[str, str] | None,
566 cookiejar: None = None,
567 overwrite: bool = True,
568) -> RequestsCookieJar: ...
569
570
571@overload

Callers 9

add_dict_to_cookiejarFunction · 0.85
merge_cookiesFunction · 0.85
prepare_cookiesMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
prepare_requestMethod · 0.85

Calls 3

set_cookieMethod · 0.95
RequestsCookieJarClass · 0.85
create_cookieFunction · 0.85