Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_create
Method
test_create
tests/test_z3_ported.py:4138–4140 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4136
4137
class
TestFixedpoint:
4138
def
test_create(self):
4139
fp = Fixedpoint()
4140
assert isinstance(fp, Fixedpoint)
4141
4142
def
test_add_rule(self):
4143
fp = Fixedpoint()
Callers
nothing calls this directly
Calls
1
Fixedpoint
Class · 0.90
Tested by
no test coverage detected