Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ foo
Function
foo
dask/tests/test_utils.py:428–429 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
426
427
def
test_funcname():
428
def
foo(a, b, c):
429
pass
430
431
assert funcname(foo) ==
"foo"
432
assert funcname(functools.partial(foo, a=1)) ==
"foo"
Callers
11
test_dispatch
Function · 0.70
test_dispatch_kwargs
Function · 0.70
test_dispatch_variadic_on_first_argument
Function · 0.70
test_dispatch_lazy
Function · 0.70
test_dispatch_lazy_walks_mro
Function · 0.70
test_funcname_toolz
Function · 0.70
test_deprecated
Function · 0.70
test_deprecated_version
Function · 0.70
test_deprecated_after_version
Function · 0.70
test_deprecated_category
Function · 0.70
test_deprecated_message
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected