Home
last modified time | relevance | path

Searched refs:to_human (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/tests/
Dtest-lz4-list.py82 self.assertEqual(nvinfo.compressed, to_human(nvinfo.exp_comp_size), nvinfo.line)
92 self.assertEqual(nvinfo.uncompressed, to_human(nvinfo.exp_unc_size), nvinfo.line)
195 def to_human(size): function