Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
class
LockError(DvcException):
28
""
"Thrown when unable to acquire the lock for DVC repo."
""
29
30
31
class
LockBase(ABC):
Callers
3
_check_blockers
Function · 0.85
_do_lock
Method · 0.85
lock
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected