MCPcopy
hub / github.com/pytest-dev/pytest / get_lock_path

Function get_lock_path

src/_pytest/pathlib.py:68–69  ·  view source on GitHub ↗
(path: _AnyPurePath)

Source from the content-addressed store, hash-verified

66
67
68def get_lock_path(path: _AnyPurePath) -> _AnyPurePath:
69 return path.joinpath(".lock")
70
71
72def on_rm_rf_error(

Callers 4

create_cleanup_lockFunction · 0.85
ensure_deletableFunction · 0.85

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…