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

Function test_format_bytes

dask/tests/test_utils.py:792–793  ·  view source on GitHub ↗
(n, expect)

Source from the content-addressed store, hash-verified

790 ],
791)
792def test_format_bytes(n, expect):
793 assert format_bytes(int(n)) == expect
794
795
796def test_format_time():

Callers

nothing calls this directly

Calls 1

format_bytesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…