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

Method rollback

tests/test_read_write_unit.py:593–596  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

591
592 class _SlowRollbackCon:
593 def rollback(self) -> None: # noqa: PLR6301
594 started.set()
595 proceed.wait(timeout=5)
596 real_con.rollback()
597
598 def __getattr__(self, name: str) -> object:
599 return getattr(real_con, name)

Callers 4

_acquireMethod · 0.80
releaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected