Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ is_string
Function
is_string
lean_py/z3/core.py:2538–2539 ·
view source on GitHub ↗
(a: ExprRef)
Source
from the content-addressed store, hash-verified
2536
2537
2538
def
is_string(a: ExprRef) -> bool:
2539
return
isinstance(a, StringRef)
2540
2541
2542
def
is_string_value(a: ExprRef) -> bool:
Callers
4
test_string_variable
Method · 0.90
test_is_sort_types
Method · 0.90
test_is_string_predicates
Method · 0.90
test_string_var
Method · 0.90
Calls
no outgoing calls
Tested by
4
test_string_variable
Method · 0.72
test_is_sort_types
Method · 0.72
test_is_string_predicates
Method · 0.72
test_string_var
Method · 0.72