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

Function _infos_to_str

dvc/rwlock.py:70–73  ·  view source on GitHub ↗
(infos)

Source from the content-addressed store, hash-verified

68
69
70def _infos_to_str(infos):
71 return "\n".join(
72 " (PID {}): {}".format(info["pid"], info["cmd"]) for info in infos
73 )
74
75
76def _check_blockers(tmp_dir, lock, info, *, mode, waiters): # noqa: C901, PLR0912

Callers 1

_check_blockersFunction · 0.85

Calls 2

joinMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected