MCPcopy 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

LoopFunction · 0.90
ReFunction · 0.90
StringValFunction · 0.90

Tested by

no test coverage detected