Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
def
_async_constructor() -> type[BaseAsyncFileLock]:
236
return
cast(
"type[BaseAsyncFileLock]"
, _NarrowAsyncFileLock)
237
238
239
def
_unknown_constructor() -> _UnknownFileLockConstructor:
Callers
2
test_narrow_async_subclass_rejects_non_default_option
Function · 0.85
_build_with_explicit_defaults
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected