MCPcopy
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
73class QueueDoneResult(NamedTuple):
74 entry: QueueEntry
75 result: Optional["ExecutorResult"]
76
77
78class ExpRefAndQueueEntry(NamedTuple):

Callers 7

test_apply_failedFunction · 0.90
test_remove_done_tasksFunction · 0.90
test_remove_doneFunction · 0.90
iter_doneMethod · 0.85
iter_successMethod · 0.85
iter_failedMethod · 0.85

Calls

no outgoing calls

Tested by 4

test_apply_failedFunction · 0.72
test_remove_done_tasksFunction · 0.72
test_remove_doneFunction · 0.72