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

Function enable_trace

lean_py/z3/core.py:4330–4332  ·  view source on GitHub ↗

Enable Z3 tracing (no-op — Lean has its own tracing).

(tag: str)

Source from the content-addressed store, hash-verified

4328
4329
4330def enable_trace(tag: str) -> None:
4331 """Enable Z3 tracing (no-op — Lean has its own tracing)."""
4332 pass
4333
4334
4335def disable_trace(tag: str) -> None:

Callers 1

test_enable_traceMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_enable_traceMethod · 0.72