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

Method __init__

tests/test_subclass_options.py:374–375  ·  view source on GitHub ↗
(self, lock_file: str, **kwargs: Unpack[_AsyncFileLockOptions])

Source from the content-addressed store, hash-verified

372 _lifetime_supported = True
373
374 def __init__(self, lock_file: str, **kwargs: Unpack[_AsyncFileLockOptions]) -> None:
375 super().__init__(lock_file, **kwargs)
376
377 def _acquire(self) -> None:
378 raise NotImplementedError

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected