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

Method __init__

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

Source from the content-addressed store, hash-verified

346 _lifetime_supported = True
347
348 def __init__(self, lock_file: str) -> None:
349 super().__init__(lock_file)
350
351 def _acquire(self) -> None:
352 raise NotImplementedError

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected