MCPcopy Create free account
hub / github.com/pytest-dev/pytest / get_lock_path

Function get_lock_path

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

Source from the content-addressed store, hash-verified

60
61
62def get_lock_path(path: _AnyPurePath) -> _AnyPurePath:
63 return path.joinpath(".lock")
64
65
66def on_rm_rf_error(func, path: str, exc, *, start_path: Path) -> bool:

Callers 4

create_cleanup_lockFunction · 0.85
ensure_deletableFunction · 0.85

Calls

no outgoing calls