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

Method at

lean_py/z3/core.py:3906–3909  ·  view source on GitHub ↗

Return a unit sequence at the given index.

(self, idx: ArithRef | int)

Source from the content-addressed store, hash-verified

3904 )
3905
3906 def at(self, idx: ArithRef | int) -> ExprRef:
3907 """Return a unit sequence at the given index."""
3908 elem = self[idx]
3909 return Unit(elem)
3910
3911 def is_string(self) -> bool:
3912 sort = self._sort

Callers

nothing calls this directly

Calls 1

UnitFunction · 0.85

Tested by

no test coverage detected