Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_format_bytes
Function
test_format_bytes
dask/tests/test_utils.py:794–795 ·
view source on GitHub ↗
(n, expect)
Source
from the content-addressed store, hash-verified
792
],
793
)
794
def
test_format_bytes(n, expect):
795
assert format_bytes(int(n)) == expect
796
797
798
def
test_format_time():
Callers
nothing calls this directly
Calls
1
format_bytes
Function · 0.90
Tested by
no test coverage detected