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

Class LockError

dvc/lock.py:27–28  ·  view source on GitHub ↗

Thrown when unable to acquire the lock for DVC repo.

Source from the content-addressed store, hash-verified

25
26
27class LockError(DvcException):
28 """Thrown when unable to acquire the lock for DVC repo."""
29
30
31class LockBase(ABC):

Callers 3

_check_blockersFunction · 0.85
_do_lockMethod · 0.85
lockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected