MCPcopy Index your code
hub / github.com/dask/dask / test_funcname_long

Function test_funcname_long

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

Source from the content-addressed store, hash-verified

439
440
441def test_funcname_long():
442 def a_long_function_name_11111111111111111111111111111111111111111111111():
443 pass
444
445 result = funcname(
446 a_long_function_name_11111111111111111111111111111111111111111111111
447 )
448 assert "a_long_function_name" in result
449 assert len(result) < 60
450
451
452def test_funcname_toolz():

Callers

nothing calls this directly

Calls 1

funcnameFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…