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

Method test_complement

tests/test_z3_compat.py:1492–1494  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1490 assert isinstance(r, ExprRef)
1491
1492 def test_complement(self):
1493 r = Complement(Re(StringVal("a")))
1494 assert isinstance(r, ExprRef)
1495
1496 def test_range(self):
1497 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