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

Method test_int_to_str

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

Source from the content-addressed store, hash-verified

1431 assert is_int(i)
1432
1433 def test_int_to_str(self):
1434 i = IntVal(42)
1435 s = IntToStr(i)
1436 assert isinstance(s, StringRef)
1437
1438 def test_str_concat_variadic(self):
1439 a = StringVal("a")

Callers

nothing calls this directly

Calls 2

IntValFunction · 0.90
IntToStrFunction · 0.90

Tested by

no test coverage detected