MCPcopy Create free account
hub / github.com/dask/dask / assert_isinstance

Function assert_isinstance

dask/tests/test_typing.py:164–165  ·  view source on GitHub ↗
(coll: DaskCollection, protocol: Any)

Source from the content-addressed store, hash-verified

162
163
164def assert_isinstance(coll: DaskCollection, protocol: Any) -> None:
165 assert isinstance(coll, protocol)
166
167
168@pytest.mark.parametrize("protocol", [DaskCollection, HLGDaskCollection])

Callers 1

test_isinstance_coreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected