Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ LockError
Class
LockError
pex/resolve/lockfile/create.py:271–272 ·
view source on GitHub ↗
Indicates an error creating a lock file.
Source
from the content-addressed store, hash-verified
269
270
271
class
LockError(Exception):
272
""
"Indicates an error creating a lock file."
""
273
274
275
def
_prepare_project_directory(build_request):
Callers
1
lock
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected