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

Method test_repeat_bitvec

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

Source from the content-addressed store, hash-verified

2461
2462class TestBVExtras:
2463 def test_repeat_bitvec(self):
2464 x = BitVec("x", 4)
2465 r = RepeatBitVec(3, x)
2466 assert r.size() == 12
2467
2468 def test_repeat_bitvec_one(self):
2469 x = BitVec("x", 8)

Callers

nothing calls this directly

Calls 3

BitVecFunction · 0.90
RepeatBitVecFunction · 0.90
sizeMethod · 0.45

Tested by

no test coverage detected