Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_funcname_toolz
Function
test_funcname_toolz
dask/tests/test_utils.py:452–458 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
450
451
452
def
test_funcname_toolz():
453
@curry
454
def
foo(a, b, c):
455
pass
456
457
assert funcname(foo) ==
"foo"
458
assert funcname(foo(1)) ==
"foo"
459
460
461
def
test_funcname_multipledispatch():
Callers
nothing calls this directly
Calls
2
funcname
Function · 0.90
foo
Function · 0.70
Tested by
no test coverage detected