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

Method test_string_var

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

Source from the content-addressed store, hash-verified

1364 assert repr(s) == "String"
1365
1366 def test_string_var(self):
1367 s = String("s")
1368 assert isinstance(s, StringRef)
1369 assert is_string(s)
1370
1371 def test_strings(self):
1372 a, b = Strings("a b")

Callers

nothing calls this directly

Calls 2

StringFunction · 0.90
is_stringFunction · 0.90

Tested by

no test coverage detected