Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ f2
Function
f2
dask/tests/test_tokenize.py:414–415 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
412
return
x
413
414
def
f2(x):
# Differs by function name
415
return
x
416
417
# Suppress token differences determined by function name
418
all_funcs += [func, f2]
Callers
2
test_maybe_buffered_partd
Function · 0.50
test_frompyfunc_wrapper
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected