示例#1
0
 def human_readable_download_count(self):
     """Convert download_count to human readable form.
     """
     return hr_size(self.download_count)
示例#2
0
 def human_readable_download_count(self):
     """Convert download_count to human readable form.
     """
     return hr_size(self.download_count)
示例#3
0
 def human_readable_download_count(self):
     return hr_size(self.download_count)