Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ push
Method
push
lean_py/z3/solver.py:568–569 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
566
pass
567
568
def
push(self) -> None:
569
self._stack.append(len(self._assertions))
570
571
def
pop(self, n: int = 1) -> None:
572
for
_ in range(n):
Callers
8
__enter__
Method · 0.95
test_solver_push_pop
Method · 0.95
test_solver_nested_push_pop
Method · 0.95
test_solver_num_scopes
Method · 0.95
test_push_pop
Method · 0.95
test_push_pop_restores
Method · 0.95
test_nested_push_pop
Method · 0.95
push_pop
Function · 0.95
Calls
no outgoing calls
Tested by
6
test_solver_push_pop
Method · 0.76
test_solver_nested_push_pop
Method · 0.76
test_solver_num_scopes
Method · 0.76
test_push_pop
Method · 0.76
test_push_pop_restores
Method · 0.76
test_nested_push_pop
Method · 0.76