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

Method __init__

tests/test_subclass_options.py:334–336  ·  view source on GitHub ↗
(self, lock_file: str, *, marker: int = 0)

Source from the content-addressed store, hash-verified

332
333class _NamedFileLock(BaseFileLock):
334 def __init__(self, lock_file: str, *, marker: int = 0) -> None:
335 super().__init__(lock_file)
336 self.marker = marker
337
338 def _acquire(self) -> None:
339 raise NotImplementedError

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected