Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ f
Method
f
dask/tests/test_context.py:42–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
class
Foo:
41
@globalmethod(key=
"f"
)
42
def
f():
# type: ignore[misc]
43
return
1
44
45
g = globalmethod(foo, key=
"g"
, falsey=bar)
46
Callers
1
test_globalmethod
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected