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

Method __call__

tests/test_subclass_options.py:406–406  ·  view source on GitHub ↗
(self, lock_file: str, *, unknown: bool)

Source from the content-addressed store, hash-verified

404
405class _UnknownFileLockConstructor(Protocol):
406 def __call__(self, lock_file: str, *, unknown: bool) -> BaseFileLock: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected