Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_string_variable
Method
test_string_variable
tests/test_z3_ported.py:1386–1389 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1384
assert is_string_value(s)
1385
1386
def
test_string_variable(self):
1387
s = String(
"s"
)
1388
assert is_string(s)
1389
assert is_var(s)
1390
1391
def
test_string_concat_operator(self):
1392
a = StringVal(
"hello"
)
Callers
nothing calls this directly
Calls
3
String
Function · 0.90
is_string
Function · 0.90
is_var
Function · 0.90
Tested by
no test coverage detected