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

Method test_str_from_code

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

Source from the content-addressed store, hash-verified

4307 assert isinstance(result, ArithRef)
4308
4309 def test_str_from_code(self):
4310 c = IntVal(65)
4311 result = StrFromCode(c)
4312 assert isinstance(result, StringRef)
4313
4314 def test_at(self):
4315 s = String("s")

Callers

nothing calls this directly

Calls 2

IntValFunction · 0.90
StrFromCodeFunction · 0.90

Tested by

no test coverage detected