MCPcopy
hub / github.com/django/django / loads

Method loads

django/contrib/messages/storage/cookie.py:72–73  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

70
71class MessageSerializer:
72 def loads(self, data):
73 return json.loads(data.decode("latin-1"), cls=MessageDecoder)
74
75
76class CookieStorage(BaseStorage):

Callers 11

decodeMethod · 0.45
loadMethod · 0.45
load_manifestMethod · 0.45
to_pythonMethod · 0.45
to_pythonMethod · 0.45
to_pythonMethod · 0.45
to_pythonMethod · 0.45
deserialize_messagesMethod · 0.45
__init__Method · 0.45
get_dump_objectMethod · 0.45
get_change_messageMethod · 0.45

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected