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

Function test_tokenize

dask/tests/test_tokenize.py:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113
114def test_tokenize():
115 a = (1, 2, 3)
116 assert isinstance(tokenize(a), str)
117
118
119@pytest.mark.skipif("not np")

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.90

Tested by

no test coverage detected