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

Method test_strings_helper

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

Source from the content-addressed store, hash-verified

1441 assert isinstance(s, StringRef)
1442
1443 def test_strings_helper(self):
1444 a, b, c = Strings("a b c")
1445 assert all(isinstance(x, StringRef) for x in (a, b, c))
1446
1447
1448# ===================================================================

Callers

nothing calls this directly

Calls 1

StringsFunction · 0.90

Tested by

no test coverage detected