Searched defs:bytes_to_str (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/client/
H A Dapi_errors.py173 from pkg.misc import bytes_to_str namespace
176 avail=bytes_to_str(self.avail),
177 needed=bytes_to_str(self.needed),
/pkg/src/modules/
H A Dmisc.py503 def bytes_to_str(nbytes, fmt="{num:>.2f} {unit}"): function
1012 vsz = bytes_to_str(vmusage, fmt="{num:.0f}{unit}")

Completed in 27 milliseconds