Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ func
Function
func
dask/tests/test_utils.py:99–100 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
97
98
def
test_getargspec():
99
def
func(x, y):
100
pass
101
102
assert getargspec(func).args == [
"x"
,
"y"
]
103
Callers
3
test_pure_global_setting
Function · 0.70
test_nout
Function · 0.70
test_deterministic_name
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected