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

Function open_log

lean_py/z3/core.py:4340–4342  ·  view source on GitHub ↗

Open Z3 log file (no-op).

(filename: str)

Source from the content-addressed store, hash-verified

4338
4339
4340def open_log(filename: str) -> None:
4341 """Open Z3 log file (no-op)."""
4342 pass
4343
4344
4345def get_version() -> tuple[int, int, int, int]:

Callers 1

test_open_logMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_open_logMethod · 0.72