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

Method test_contains_self

tests/test_z3_semantic.py:763–764  ·  view source on GitHub ↗
(self, kernel)

Source from the content-addressed store, hash-verified

761 assert _try_prove(Contains(StringVal("abc"), StringVal("")))
762
763 def test_contains_self(self, kernel):
764 assert _try_prove(Contains(StringVal("abc"), StringVal("abc")))
765
766 def test_replace(self, kernel):
767 assert _try_prove(

Callers

nothing calls this directly

Calls 3

_try_proveFunction · 0.90
ContainsFunction · 0.90
StringValFunction · 0.90

Tested by

no test coverage detected