Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ from_serialized_dict
Function
from_serialized_dict
src/auth/user.py:32–33 ·
view source on GitHub ↗
(dict)
Source
from the content-addressed store, hash-verified
30
31
32
def
from_serialized_dict(dict):
33
return
User(dict[
'user_id'
], dict[
'audit_names'
])
Callers
nothing calls this directly
Calls
1
User
Class · 0.85
Tested by
no test coverage detected