Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_exp
Method · 0.45
_stash_commit_deps
Method · 0.45
_pack_args
Method · 0.45
_update_params
Method · 0.45
get_stash_entry
Method · 0.45
reproduce
Method · 0.45
_repro_and_track
Method · 0.45
_repro_dvc
Method · 0.45
auto_push
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected