MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_complement

Method test_complement

tests/test_z3_ported.py:1480–1482  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1478 assert isinstance(r, ReRef)
1479
1480 def test_complement(self):
1481 r = Complement(Re(StringVal("a")))
1482 assert isinstance(r, ReRef)
1483
1484 def test_range(self):
1485 r = Range("a", "z")

Callers

nothing calls this directly

Calls 3

ComplementFunction · 0.90
ReFunction · 0.90
StringValFunction · 0.90

Tested by

no test coverage detected