MCPcopy
hub / github.com/treeverse/dvc / set_msg

Method set_msg

dvc/progress.py:112–113  ·  view source on GitHub ↗
(self, msg: str)

Source from the content-addressed store, hash-verified

110 self.update(n)
111
112 def set_msg(self, msg: str) -> None:
113 self.postfix["info"] = f" {msg} |"
114
115 def update_to(self, current, total=None):
116 if total:

Callers 3

update_msgMethod · 0.95
update_gitMethod · 0.80
progress_iterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected