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

Method test_serialize

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

Source from the content-addressed store, hash-verified

3659 assert isinstance(y.get_id(), int)
3660
3661 def test_serialize(self):
3662 x = Int("x")
3663 assert x.serialize() == "x"
3664
3665 def test_serialize_binop(self):
3666 x, y = Ints("x y")

Callers

nothing calls this directly

Calls 2

IntFunction · 0.90
serializeMethod · 0.45

Tested by

no test coverage detected