MCPcopy
hub / github.com/borgbackup/borg / usize_fmt

Method usize_fmt

src/borg/archive.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145
146 @property
147 def usize_fmt(self):
148 return format_file_size(self.usize, iec=self.iec)
149
150 def show_progress(self, item=None, final=False, stream=None, dt=None):
151 now = time.monotonic()

Callers

nothing calls this directly

Calls 1

format_file_sizeFunction · 0.85

Tested by

no test coverage detected