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