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

Method test_repeat_bitvec_one

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

Source from the content-addressed store, hash-verified

2466 assert r.size() == 12
2467
2468 def test_repeat_bitvec_one(self):
2469 x = BitVec("x", 8)
2470 r = RepeatBitVec(1, x)
2471 assert r._ast == x._ast
2472
2473 def test_repeat_bitvec_invalid(self):
2474 x = BitVec("x", 4)

Callers

nothing calls this directly

Calls 2

BitVecFunction · 0.90
RepeatBitVecFunction · 0.90

Tested by

no test coverage detected