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

Method __enter__

pager/pagerctl.py:652–654  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

650
651 # Context manager support
652 def __enter__(self):
653 self.init()
654 return self
655
656 def __exit__(self, exc_type, exc_val, exc_tb):
657 self.cleanup()

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected