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

Method output

src/borg/helpers/progress.py:39–41  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

37 JSON_TYPE = "progress_message"
38
39 def output(self, msg):
40 j = self.make_json(message=msg)
41 self.logger.info(j)
42
43
44class ProgressIndicatorPercent(ProgressIndicatorBase):

Callers 1

closeMethod · 0.95

Calls 2

make_jsonMethod · 0.80
infoMethod · 0.45

Tested by

no test coverage detected