Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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))
160
def
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_func
Function · 0.85
Tested by
no test coverage detected