Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_with_ignores_params
Method
test_with_ignores_params
tests/test_z3_ported.py:2749–2752 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2747
assert isinstance(t, Tactic)
2748
2749
def
test_with_ignores_params(self):
2750
t = Tactic(
"simp"
)
2751
t2 = With(t, max_steps=1000)
2752
assert t2 is t
2753
2754
def
test_tryfor_ignores_timeout(self):
2755
t = Tactic(
"simp"
)
Callers
nothing calls this directly
Calls
2
Tactic
Class · 0.90
With
Function · 0.90
Tested by
no test coverage detected