(self)
| 154 | return util.pretty_bytes(self.get_allocation()) |
| 155 | |
| 156 | def get_pretty_available(self): |
| 157 | return util.pretty_bytes(self.get_available()) |
| 158 | |
| 159 | def get_pretty_capacity(self): |
| 160 | return util.pretty_bytes(self.get_capacity()) |
nothing calls this directly
no test coverage detected