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

Method run

tests/test_filelock.py:233–237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 self.ex: _ExcInfoType | None = None
232
233 def run(self) -> None:
234 try:
235 super().run()
236 except Exception: # pragma: no cover
237 self.ex = sys.exc_info() # pragma: no cover
238
239 def join(self, timeout: float | None = None) -> None:
240 super().join(timeout=timeout)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected