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

Function _sync_constructor

tests/test_subclass_options.py:231–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229
230
231def _sync_constructor() -> type[BaseFileLock]:
232 return cast("type[BaseFileLock]", _NarrowFileLock)
233
234
235def _async_constructor() -> type[BaseAsyncFileLock]:

Calls

no outgoing calls

Tested by

no test coverage detected