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

Method put

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

Stash an experiment and add it to the queue.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

126
127 @abstractmethod
128 def put(self, *args, **kwargs) -> QueueEntry:
129 """Stash an experiment and add it to the queue."""
130
131 @abstractmethod
132 def get(self) -> QueueGetResult:

Callers 1

reproduceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected