Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ get_version_string
Function
get_version_string
lean_py/z3/core.py:4350–4352 ·
view source on GitHub ↗
Return version string.
()
Source
from the content-addressed store, hash-verified
4348
4349
4350
def
get_version_string() -> str:
4351
""
"Return version string."
""
4352
return
"lean.py-z3compat-4.0.0.0"
4353
4354
4355
def
get_full_version() -> str:
Callers
2
test_get_version_string
Method · 0.90
get_full_version
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_get_version_string
Method · 0.72