MCPcopy
hub / github.com/dask/dask / test_read_bytes_no_sample

Function test_read_bytes_no_sample

dask/bytes/tests/test_local.py:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94
95
96def test_read_bytes_no_sample():
97 with filetexts(files, mode="b"):
98 sample, _ = read_bytes(".test.accounts.1.json", sample=False)
99 assert sample is False
100
101
102def test_read_bytes_blocksize_none():

Callers

nothing calls this directly

Calls 2

filetextsFunction · 0.90
read_bytesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…