MCPcopy 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_popMethod · 0.95
test_push_popMethod · 0.95
test_nested_push_popMethod · 0.95
push_popFunction · 0.95

Calls

no outgoing calls

Tested by 6

test_solver_push_popMethod · 0.76
test_push_popMethod · 0.76
test_nested_push_popMethod · 0.76