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

Method __init__

lean_py/z3/tactic.py:236–237  ·  view source on GitHub ↗
(self, name: str, ctx: object = None)

Source from the content-addressed store, hash-verified

234 """Probe — measures properties of goals."""
235
236 def __init__(self, name: str, ctx: object = None) -> None:
237 self._name = name
238
239 def __call__(self, goal: object = None) -> float:
240 return 0.0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected