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

Method remove_stage

dvc/dvcfile.py:211–212  ·  view source on GitHub ↗
(self, stage)

Source from the content-addressed store, hash-verified

209 return self.dump(stages[0], **kwargs)
210
211 def remove_stage(self, stage): # noqa: ARG002
212 self.remove()
213
214 def merge(self, ancestor, other, allowed=None):
215 assert isinstance(ancestor, SingleStageFile)

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected