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

Function normalize_seq

dask/tokenize.py:160–161  ·  view source on GitHub ↗
(seq)

Source from the content-addressed store, hash-verified

158
159@normalize_token.register((tuple, list))
160def normalize_seq(seq):
161 return type(seq).__name__, _normalize_seq_func(seq)
162
163
164@normalize_token.register(literal)

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…