http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/api/util/str_tools.html
If the
is_long option is used this expands unit labels to be the properly pluralized
full word (for instance 'Kilobytes' rather than 'KB'). Units go up through
petabytes. > > > size_label ( 2000000 ) ' 1 MB ' > > > size_label ( 1050 , 2 ) ' 1.02 KB ' > > > size_label ( 1050 , 3 , True ) ' 1.025 Kilobytes ' Changed in version 1.6.0: Added round argument.