MCPcopy 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
2095def _max(seq):
2096 if isinstance(seq, _HashIdWrapper):
2097 seq = seq.wrapped
2098 return max(seq)
2099
2100
2101def cached_max(seq):

Callers 1

cached_maxFunction · 0.85

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…