Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ is_const_array
Function
is_const_array
lean_py/z3/core.py:4122–4123 ·
view source on GitHub ↗
(a: object)
Source
from the content-addressed store, hash-verified
4120
4121
4122
def
is_const_array(a: object) -> bool:
4123
return
isinstance(a, ExprRef) and isinstance(a._ast, ConstArrayNode)
4124
4125
4126
def
is_K(a: object) -> bool:
Callers
2
test_is_const_array
Method · 0.90
is_K
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_is_const_array
Method · 0.72