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

Method get

dvc/repo/experiments/queue/base.py:132–133  ·  view source on GitHub ↗

Pop and return the first item in the queue.

(self)

Source from the content-addressed store, hash-verified

130
131 @abstractmethod
132 def get(self) -> QueueGetResult:
133 """Pop and return the first item in the queue."""
134
135 def remove(
136 self,

Callers 9

_stash_expMethod · 0.45
_stash_commit_depsMethod · 0.45
_pack_argsMethod · 0.45
_update_paramsMethod · 0.45
get_stash_entryMethod · 0.45
reproduceMethod · 0.45
_repro_and_trackMethod · 0.45
_repro_dvcMethod · 0.45
auto_pushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected