helpers/system_packages.py.dox.md
system_packages.py helper module.system_packages.py because this directory is intentionally flat.system_packages.py owns the runtime implementation.system_packages.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.run_apt_with_retries(runner: Callable[[], subprocess.CompletedProcess[str]], lock_timeout_seconds: int=..., retry_seconds: int=...) -> subprocess.CompletedProcess[str]: Run an apt/dpkg command, serializing in-process callers and waiting out apt locks.is_apt_lock_error(result: subprocess.CompletedProcess[str]) -> boolAPT_LOCK_TIMEOUT_SECONDS, APT_LOCK_RETRY_SECONDS.__future__, subprocess, threading, time, typing.threading.RLock, lower, time.monotonic, runner, time.sleep, is_apt_lock_error.tests/test_office_document_store.pyNo child DOX files.