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