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