MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / __exit__

Method __exit__

pager/pagerctl.py:656–658  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

654 return self
655
656 def __exit__(self, exc_type, exc_val, exc_tb):
657 self.cleanup()
658 return False
659
660
661# If running on desktop without libpagerctl.so, replace the real Pager with the mock

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.95

Tested by

no test coverage detected