MCPcopy 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
427def 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_dispatchFunction · 0.70
test_dispatch_kwargsFunction · 0.70
test_dispatch_lazyFunction · 0.70
test_funcname_toolzFunction · 0.70
test_deprecatedFunction · 0.70
test_deprecated_versionFunction · 0.70
test_deprecated_categoryFunction · 0.70
test_deprecated_messageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected