MCPcopy 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
454def 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
463def test_funcname_multipledispatch():

Callers

nothing calls this directly

Calls 2

funcnameFunction · 0.90
fooFunction · 0.70

Tested by

no test coverage detected