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

Method __repr__

lean_py/z3/core.py:129–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 self._ast_sort = ast_sort
128
129 def __repr__(self) -> str:
130 return _sort_repr(self._ast_sort)
131
132 def __eq__(self, other: object) -> bool:
133 return isinstance(other, SortRef) and self._ast_sort == other._ast_sort

Callers

nothing calls this directly

Calls 1

_sort_reprFunction · 0.85

Tested by

no test coverage detected