Sign in
android-kvm
/
buildroot
/
refs/heads/next
/
.
/
support
/
testing
/
tests
/
package
/
sample_python_humanfriendly.py
blob: 31269a58f40035d75c5fea9ba57be7fa87531989 [
file
] [
edit
]
import
humanfriendly
as
hf
h_size
=
"16MiB"
b_size
=
hf
.
parse_size
(
h_size
)
assert
b_size
==
16
*
1024
*
1024