Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_func_entry_num_args
Method
test_func_entry_num_args
tests/test_z3_ported.py:4388–4390 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4386
4387
class
TestFuncInterpEntry:
4388
def
test_func_entry_num_args(self):
4389
e = FuncEntry()
4390
assert e.num_args() == 0
4391
4392
def
test_func_entry_as_list(self):
4393
e = FuncEntry()
Callers
nothing calls this directly
Calls
2
num_args
Method · 0.95
FuncEntry
Class · 0.90
Tested by
no test coverage detected