Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_plus
Method
test_plus
tests/test_z3_compat.py:1472–1474 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1470
assert isinstance(r._ast, ReStarNode)
1471
1472
def
test_plus(self):
1473
r = Plus(Re(StringVal(
"a"
)))
1474
assert isinstance(r, ExprRef)
1475
1476
def
test_option(self):
1477
r = Option(Re(StringVal(
"a"
)))
Callers
nothing calls this directly
Calls
3
Plus
Function · 0.90
Re
Function · 0.90
StringVal
Function · 0.90
Tested by
no test coverage detected