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

Class _AsyncFileLockOptions

tests/test_subclass_options.py:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398
399class _AsyncFileLockOptions(_FileLockOptions, total=False):
400 loop: asyncio.AbstractEventLoop | None
401 run_in_executor: bool
402 executor: Executor | None
403
404
405class _UnknownFileLockConstructor(Protocol):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected