Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_eval_raises
Method
test_eval_raises
tests/test_z3_ported.py:4480–4483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4478
4479
class
TestModelRefExtended:
4480
def
test_eval_raises(self):
4481
m = ModelRef()
4482
with
pytest.raises(NotImplementedError):
4483
m.eval(Int(
"x"
))
4484
4485
def
test_evaluate_alias(self):
4486
m = ModelRef()
Callers
nothing calls this directly
Calls
3
eval
Method · 0.95
ModelRef
Class · 0.90
Int
Function · 0.90
Tested by
no test coverage detected