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

Method iter_queued

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

Iterate over items in the queue.

(self)

Source from the content-addressed store, hash-verified

219
220 @abstractmethod
221 def iter_queued(self) -> Generator[QueueEntry, None, None]:
222 """Iterate over items in the queue."""
223
224 @abstractmethod
225 def iter_active(self) -> Generator[QueueEntry, None, None]:

Callers 9

removeMethod · 0.95
statusMethod · 0.95
reproduce_celeryMethod · 0.45
celery_clearFunction · 0.45
celery_removeFunction · 0.45
test_apply_queuedFunction · 0.45

Calls

no outgoing calls