MCPcopy 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

BoolFunction · 0.90
NotFunction · 0.90
declMethod · 0.80
num_argsMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected