MCPcopy Create free account
hub / github.com/tox-dev/filelock / fail_callback

Function fail_callback

tests/test_fork_backends.py:466–467  ·  view source on GitHub ↗
(_fd: int)

Source from the content-addressed store, hash-verified

464 callback_error.__context__ = prior_context
465
466 def fail_callback(_fd: int) -> None:
467 raise callback_error
468
469 lock = _CoroutineDescriptorLock(
470 str(tmp_path / "coroutine-hook-context.lock"), is_singleton=False, on_acquired=fail_callback

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected