MCPcopy
hub / github.com/dask/dask / test_parse_non_task_inputs

Function test_parse_non_task_inputs

dask/tests/test_task_spec.py:536–537  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

534
535@pytest.mark.parametrize("obj", [set, {0}, [], [1], {}, {2: 3}, (), (4,)])
536def test_parse_non_task_inputs(obj):
537 assert parse_input(obj) == obj
538
539
540def test_resolve_aliases():

Callers

nothing calls this directly

Calls 1

parse_inputFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…