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

Function test_funcname_toolz

dask/tests/test_utils.py:452–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450
451
452def test_funcname_toolz():
453 @curry
454 def foo(a, b, c):
455 pass
456
457 assert funcname(foo) == "foo"
458 assert funcname(foo(1)) == "foo"
459
460
461def test_funcname_multipledispatch():

Callers

nothing calls this directly

Calls 2

funcnameFunction · 0.90
fooFunction · 0.70

Tested by

no test coverage detected