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

Function normalize_compose

dask/tokenize.py:170–171  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

168
169@normalize_token.register(Compose)
170def normalize_compose(func):
171 return _normalize_seq_func((func.first,) + func.funcs)
172
173
174@normalize_token.register((partial, curry))

Callers

nothing calls this directly

Calls 1

_normalize_seq_funcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…