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

Function normalize_partial

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

Source from the content-addressed store, hash-verified

173
174@normalize_token.register((partial, curry))
175def normalize_partial(func):
176 return _normalize_seq_func((func.func, func.args, func.keywords))
177
178
179@normalize_token.register((types.MethodType, types.MethodWrapperType))

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…