MCPcopy 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
98def test_getargspec():
99 def func(x, y):
100 pass
101
102 assert getargspec(func).args == ["x", "y"]
103

Callers 3

test_pure_global_settingFunction · 0.70
test_noutFunction · 0.70
test_deterministic_nameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected