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

Method __init__

lean_py/z3/solver.py:1131–1133  ·  view source on GitHub ↗
(self, ctx: Any = None)

Source from the content-addressed store, hash-verified

1129 """SMT-LIB2 parser context (limited support)."""
1130
1131 def __init__(self, ctx: Any = None) -> None:
1132 self._sorts: dict[str, Any] = {}
1133 self._decls: dict[str, Any] = {}
1134
1135 def add_sort(self, sort: Any) -> None:
1136 """Add a sort to the parser context."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected