MCPcopy Index your code
hub / github.com/dask/dask / normalize_ordered_dict

Function normalize_ordered_dict

dask/tokenize.py:130–131  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

128
129@normalize_token.register(OrderedDict)
130def normalize_ordered_dict(d):
131 return _normalize_seq_func((type(d), list(d.items())))
132
133
134@normalize_token.register(set)

Callers

nothing calls this directly

Calls 2

_normalize_seq_funcFunction · 0.85
itemsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…