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:454–460 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
452
453
454
def
test_funcname_toolz():
455
@curry
456
def
foo(a, b, c):
457
pass
458
459
assert funcname(foo) ==
"foo"
460
assert funcname(foo(1)) ==
"foo"
461
462
463
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