Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_not_children
Method
test_not_children
tests/test_z3_ported.py:2880–2884 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2878
assert e.decl().name() ==
"neg"
2879
2880
def
test_not_children(self):
2881
p = Bool(
"p"
)
2882
e = Not(p)
2883
assert e.num_args() == 1
2884
assert e.decl().name() ==
"not"
2885
2886
def
test_ite_children(self):
2887
x = Int(
"x"
)
Callers
nothing calls this directly
Calls
5
Bool
Function · 0.90
Not
Function · 0.90
decl
Method · 0.80
num_args
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected