Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4340
def
open_log(filename: str) -> None:
4341
""
"Open Z3 log file (no-op)."
""
4342
pass
4343
4344
4345
def
get_version() -> tuple[int, int, int, int]:
Callers
1
test_open_log
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_open_log
Method · 0.72