MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_at_int_literal

Method test_at_int_literal

tests/test_z3_ported.py:4319–4322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4317 assert isinstance(result, StringRef)
4318
4319 def test_at_int_literal(self):
4320 s = String("s")
4321 result = At(s, 0)
4322 assert isinstance(result, StringRef)
4323
4324 def test_diff(self):
4325 r1 = Re(StringVal("abc"))

Callers

nothing calls this directly

Calls 2

StringFunction · 0.90
AtFunction · 0.90

Tested by

no test coverage detected