Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
class
MessageSerializer:
72
def
loads(self, data):
73
return
json.loads(data.decode(
"latin-1"
), cls=MessageDecoder)
74
75
76
class
CookieStorage(BaseStorage):
Callers
11
decode
Method · 0.45
load
Method · 0.45
load_manifest
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
to_python
Method · 0.45
deserialize_messages
Method · 0.45
__init__
Method · 0.45
get_dump_object
Method · 0.45
get_change_message
Method · 0.45
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected