Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ get_lock_path
Function
get_lock_path
src/_pytest/pathlib.py:68–69 · src/_pytest/pathlib.py::get_lock_path
(path: _AnyPurePath)
Source
from the content-addressed store, hash-verified
66
67
68
def
get_lock_path(path: _AnyPurePath) -> _AnyPurePath:
69
return
path.joinpath(
class
="st">".lock")
70
71
72
def
on_rm_rf_error(
Callers
4
test_access_denied_during_cleanup
Function · 0.90
test_suppress_error_removing_lock
Function · 0.90
create_cleanup_lock
Function · 0.85
ensure_deletable
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_access_denied_during_cleanup
Function · 0.72
test_suppress_error_removing_lock
Function · 0.72