Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ __exit__
Method
__exit__
lean_py/z3/solver.py:645–646 ·
view source on GitHub ↗
(self, *exc)
Source
from the content-addressed store, hash-verified
643
return
self
644
645
def
__exit__(self, *exc) -> None:
646
self.pop()
647
648
def
__repr__(self) -> str:
649
return
f
"[{', '.join(repr(a) for a in self._assertions)}]"
Callers
nothing calls this directly
Calls
1
pop
Method · 0.95
Tested by
no test coverage detected