Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_at
Method
test_at
tests/test_z3_ported.py:4314–4317 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4312
assert isinstance(result, StringRef)
4313
4314
def
test_at(self):
4315
s = String(
"s"
)
4316
result = At(s, IntVal(0))
4317
assert isinstance(result, StringRef)
4318
4319
def
test_at_int_literal(self):
4320
s = String(
"s"
)
Callers
nothing calls this directly
Calls
3
String
Function · 0.90
At
Function · 0.90
IntVal
Function · 0.90
Tested by
no test coverage detected