Example #1
0
 def get_pretty_capacity(self):
     return util.pretty_bytes(self.get_capacity())
Example #2
0
 def get_pretty_available(self):
     return util.pretty_bytes(self.get_available())
Example #3
0
 def get_pretty_allocation(self):
     return util.pretty_bytes(self.get_allocation())
Example #4
0
 def get_pretty_allocation(self):
     return util.pretty_bytes(self.get_allocation())
Example #5
0
 def get_pretty_capacity(self):
     return util.pretty_bytes(self.get_capacity())
Example #6
0
 def get_pretty_available(self):
     return util.pretty_bytes(self.get_available())