MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / load

Method load

Lib/Cookie.py:625–637  ·  view source on GitHub ↗

Load cookies from a string (presumably HTTP_COOKIE) or from a dictionary. Loading cookies from a dictionary 'd' is equivalent to calling: map(Cookie.__setitem__, d.keys(), d.values())

(self, rawdata)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.95

Calls 2

__ParseStringMethod · 0.95
itemsMethod · 0.45

Tested by

no test coverage detected