↓ 1 callersFunction_link_private_record(
directory_ref: tuple[str, int | None],
names: tuple[str, str],
private_identity: tuple[int, int]
src/filelock/_strict.py:540
↓ 1 callersMethod_open_for_acquisition(self, timeout: float, *, blocking: bool, operation_pid: int, start_time: float)
src/filelock/_read_write.py:580
↓ 1 callersFunction_parse_claim(
lock_file: str,
name: str,
name_parts: tuple[StrictSoftFileClaimState, str],
record: bytes,
src/filelock/_strict.py:394
↓ 1 callersFunction_publish_record_in_directory(
directory_ref: tuple[str, int | None],
names: tuple[str, str],
mode: int,
record: bytes,
)
src/filelock/_strict.py:476
↓ 1 callersFunction_run_child_cleanup(
lock: BaseFileLock,
proxy: AcquireReturnProxy,
action: Literal["release", "context", "collect"],
tests/test_fork_ownership.py:525
↓ 1 callersMethod_start_heartbeat(self, claim: _LeaseClaim, fd: int, identity: tuple[int, int], token: str)
src/filelock/_lease.py:239