Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_strings
Method
test_strings
tests/test_z3_compat.py:1371–1374 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1369
assert is_string(s)
1370
1371
def
test_strings(self):
1372
a, b = Strings(
"a b"
)
1373
assert isinstance(a, StringRef)
1374
assert isinstance(b, StringRef)
1375
1376
def
test_string_val(self):
1377
s = StringVal(
"hello"
)
Callers
nothing calls this directly
Calls
1
Strings
Function · 0.90
Tested by
no test coverage detected