Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ get_version
Function
get_version
lean_py/z3/core.py:4345–4347 ·
view source on GitHub ↗
Return version tuple.
()
Source
from the content-addressed store, hash-verified
4343
4344
4345
def
get_version() -> tuple[int, int, int, int]:
4346
""
"Return version tuple."
""
4347
return
(4, 0, 0, 0)
4348
4349
4350
def
get_version_string() -> str:
Callers
1
test_get_version
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_get_version
Method · 0.72