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

Function _async_constructor

tests/test_subclass_options.py:235–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233
234
235def _async_constructor() -> type[BaseAsyncFileLock]:
236 return cast("type[BaseAsyncFileLock]", _NarrowAsyncFileLock)
237
238
239def _unknown_constructor() -> _UnknownFileLockConstructor:

Calls

no outgoing calls

Tested by

no test coverage detected