Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ Foo
Class
Foo
dask/tests/test_utils.py:434–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
assert funcname(
lambda
: 1) ==
"lambda"
433
434
class
Foo:
435
pass
436
437
assert funcname(Foo) ==
"Foo"
438
assert
"Foo"
in funcname(Foo())
Callers
1
test_funcname
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_funcname
Function · 0.56