Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ tactic_description
Function
tactic_description
lean_py/z3/tactic.py:365–367 ·
view source on GitHub ↗
Return description of a tactic.
(name: str)
Source
from the content-addressed store, hash-verified
363
364
365
def
tactic_description(name: str) -> str:
366
""
"Return description of a tactic."
""
367
return
f
"Lean tactic: {name}"
368
369
370
def
describe_tactics() -> None:
Callers
1
describe_tactics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected