Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/paperswithcode/ai-deadlines
/ dict_representer
Function
dict_representer
utils/process.py:31–32 ·
view source on GitHub ↗
(dumper, data)
Source
from the content-addressed store, hash-verified
29
30
31
def
dict_representer(dumper, data):
32
return
dumper.represent_dict(data.iteritems())
33
34
35
def
dict_constructor(loader, node):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected