| 397 | |
| 398 | |
| 399 | class _AsyncFileLockOptions(_FileLockOptions, total=False): |
| 400 | loop: asyncio.AbstractEventLoop | None |
| 401 | run_in_executor: bool |
| 402 | executor: Executor | None |
| 403 | |
| 404 | |
| 405 | class _UnknownFileLockConstructor(Protocol): |
nothing calls this directly
no outgoing calls
no test coverage detected