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

Method __init__

lean_py/z3/tactic.py:402–403  ·  view source on GitHub ↗
(self, name: str = "simp")

Source from the content-addressed store, hash-verified

400 __slots__ = ("_name",)
401
402 def __init__(self, name: str = "simp") -> None:
403 self._name = name
404
405 def apply(self, goal: Goal) -> ApplyResult:
406 """Apply simplification to a goal (returns goal unchanged)."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected