MCPcopy 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
4345def get_version() -> tuple[int, int, int, int]:
4346 """Return version tuple."""
4347 return (4, 0, 0, 0)
4348
4349
4350def get_version_string() -> str:

Callers 1

test_get_versionMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_get_versionMethod · 0.72