MCPcopy Create free account
hub / github.com/dask/dask / foo

Function foo

dask/tests/test_utils.py:426–427  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

424
425def test_funcname():
426 def foo(a, b, c):
427 pass
428
429 assert funcname(foo) == "foo"
430 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