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

Method __init__

lean_py/z3/tactic.py:82–83  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

80 __slots__ = ("_name",)
81
82 def __init__(self, name: str) -> None:
83 self._name = name
84
85 def apply(self, goal: Goal) -> ApplyResult:
86 """Apply this tactic to a goal via Pantograph."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected