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

Method __repr__

lean_py/z3/solver.py:978–979  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

976 raise NotImplementedError("Fixedpoint SMT-LIB parsing not supported")
977
978 def __repr__(self) -> str:
979 return f"Fixedpoint({len(self._rules)} rules)"
980
981
982# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected