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

Method join

tests/test_filelock.py:239–242  ·  view source on GitHub ↗
(self, timeout: float | None = None)

Source from the content-addressed store, hash-verified

237 self.ex = sys.exc_info() # pragma: no cover
238
239 def join(self, timeout: float | None = None) -> None:
240 super().join(timeout=timeout)
241 if self.ex is not None:
242 raise RuntimeError from self.ex[1] # pragma: no cover
243
244
245@pytest.mark.parametrize("lock_type", [FileLock, SoftFileLock])

Calls

no outgoing calls

Tested by

no test coverage detected