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

Method __init__

tests/test_subclass_options.py:323–324  ·  view source on GitHub ↗
(self, lock_file: str)

Source from the content-addressed store, hash-verified

321 _lifetime_supported = True
322
323 def __init__(self, lock_file: str) -> None:
324 super().__init__(lock_file)
325
326 def _acquire(self) -> None:
327 raise NotImplementedError

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected