MCPcopy 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
31def dict_representer(dumper, data):
32 return dumper.represent_dict(data.iteritems())
33
34
35def dict_constructor(loader, node):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected