Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_extract_params
Method
test_extract_params
tests/test_z3_ported.py:2921–2924 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2919
e.arg(5)
2920
2921
def
test_extract_params(self):
2922
x = BitVec(
"x"
, 32)
2923
e = Extract(7, 0, x)
2924
assert e.params() == [7, 0]
2925
2926
def
test_zeroext_params(self):
2927
x = BitVec(
"x"
, 8)
Callers
nothing calls this directly
Calls
3
BitVec
Function · 0.90
Extract
Function · 0.90
params
Method · 0.80
Tested by
no test coverage detected