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_ported.py:1488–1490 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1486
assert isinstance(r, ReRef)
1487
1488
def
test_loop(self):
1489
r = Loop(Re(StringVal(
"a"
)), 2, 5)
1490
assert isinstance(r, ReRef)
1491
1492
def
test_in_re(self):
1493
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