Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_loop
Method
test_loop
tests/test_z3_compat.py:1500–1502 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1498
assert isinstance(r, ExprRef)
1499
1500
def
test_loop(self):
1501
r = Loop(Re(StringVal(
"a"
)), 2, 5)
1502
assert isinstance(r, ExprRef)
1503
1504
def
test_in_re(self):
1505
s = String(
"s"
)
Callers
nothing calls this directly
Calls
3
Loop
Function · 0.90
Re
Function · 0.90
StringVal
Function · 0.90
Tested by
no test coverage detected