Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ QueueDoneResult
Class
QueueDoneResult
dvc/repo/experiments/queue/base.py:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
class
QueueDoneResult(NamedTuple):
74
entry: QueueEntry
75
result: Optional[
"ExecutorResult"
]
76
77
78
class
ExpRefAndQueueEntry(NamedTuple):
Callers
7
test_apply_failed
Function · 0.90
test_remove_done_tasks
Function · 0.90
test_queue_iter_done_task
Function · 0.90
test_remove_done
Function · 0.90
iter_done
Method · 0.85
iter_success
Method · 0.85
iter_failed
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_apply_failed
Function · 0.72
test_remove_done_tasks
Function · 0.72
test_queue_iter_done_task
Function · 0.72
test_remove_done
Function · 0.72