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

Method __format__

src/borg/helpers/parseformat.py:333–336  ·  view source on GitHub ↗
(self, format_spec)

Source from the content-addressed store, hash-verified

331 self.dt = dt
332
333 def __format__(self, format_spec):
334 if format_spec == "":
335 format_spec = ISO_FORMAT_NO_USECS
336 return self.dt.__format__(format_spec)
337
338
339class PlaceholderError(Error):

Callers

nothing calls this directly

Calls 1

__format__Method · 0.45

Tested by

no test coverage detected