Exemplo n.º 1
0
 def human_readable_download_count(self):
     """Convert download_count to human readable form.
     """
     return hr_size(self.download_count)
Exemplo n.º 2
0
 def human_readable_download_count(self):
     """Convert download_count to human readable form.
     """
     return hr_size(self.download_count)
Exemplo n.º 3
0
 def human_readable_download_count(self):
     return hr_size(self.download_count)