Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ _max
Function
_max
dask/utils.py:2095–2098 ·
view source on GitHub ↗
(seq)
Source
from the content-addressed store, hash-verified
2093
2094
@functools.lru_cache
2095
def
_max(seq):
2096
if
isinstance(seq, _HashIdWrapper):
2097
seq = seq.wrapped
2098
return
max(seq)
2099
2100
2101
def
cached_max(seq):
Callers
1
cached_max
Function · 0.85
Calls
1
max
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…