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