Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_is_expr
Method
test_is_expr
tests/test_z3_compat.py:1014–1016 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1012
1013
class
TestPredicates:
1014
def
test_is_expr(self):
1015
assert is_expr(Int(
"x"
))
1016
assert not is_expr(42)
1017
1018
def
test_is_true_false(self):
1019
assert is_true(BoolVal(True))
Callers
nothing calls this directly
Calls
2
is_expr
Function · 0.90
Int
Function · 0.90
Tested by
no test coverage detected