MCPcopy Index your code
hub / github.com/dask/dask / test_tokenize_numpy_datetime

Function test_tokenize_numpy_datetime

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

Source from the content-addressed store, hash-verified

144
145@pytest.mark.skipif("not np")
146def test_tokenize_numpy_datetime():
147 check_tokenize(np.array(["2000-01-01T12:00:00"], dtype="M8[ns]"))
148
149
150@pytest.mark.skipif("not np")

Callers

nothing calls this directly

Calls 1

check_tokenizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…