MCPcopy
hub / github.com/dask/dask / test_read_bytes_include_path

Function test_read_bytes_include_path

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

Source from the content-addressed store, hash-verified

122
123
124def test_read_bytes_include_path():
125 with filetexts(files, mode="b"):
126 _, _, paths = read_bytes(".test.accounts.*", include_path=True)
127 assert {os.path.split(path)[1] for path in paths} == files.keys()
128
129
130def test_with_urls():

Callers

nothing calls this directly

Calls 4

filetextsFunction · 0.90
read_bytesFunction · 0.90
splitMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…