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

Method range

lean_py/z3/core.py:948–950  ·  view source on GitHub ↗

Return the range (return) sort.

(self)

Source from the content-addressed store, hash-verified

946 return self._domain[i]
947
948 def range(self) -> SortRef:
949 """Return the range (return) sort."""
950 return self._range
951
952 def __repr__(self) -> str:
953 return f"{self._name} : {_sort_repr(self._ast_sort)}"

Callers 7

SelectFunction · 0.45
is_finite_setFunction · 0.45
is_finite_set_sortFunction · 0.45
DefaultFunction · 0.45
test_rangeMethod · 0.45
test_unary_functionMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_rangeMethod · 0.36
test_unary_functionMethod · 0.36