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

Method _proc_info_path

dvc/repo/experiments/queue/workspace.py:141–142  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

139 return results
140
141 def _proc_info_path(self, name: str) -> str:
142 return os.path.join(self.pid_dir, name, f"{name}.json")
143
144 @property
145 def _active_pid(self) -> Optional[int]:

Callers 2

_reproduce_entryMethod · 0.95
_active_pidMethod · 0.95

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected