MCPcopy
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
68def get_lock_path(path: _AnyPurePath) -> _AnyPurePath:
69 return path.joinpath(class="st">".lock")
70
71
72def on_rm_rf_error(

Callers 4

create_cleanup_lockFunction · 0.85
ensure_deletableFunction · 0.85

Calls

no outgoing calls