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

Method __repr__

src/borg/legacyremote.py:356–357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 assert False, "cleanup happened in LegacyRemoteRepository.__del__"
355
356 def __repr__(self):
357 return f"<{self.__class__.__name__} {self.location.canonical_path()}>"
358
359 def __enter__(self):
360 return self

Callers

nothing calls this directly

Calls 1

canonical_pathMethod · 0.45

Tested by

no test coverage detected