Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/archlinux/archinstall
/ get_version
Function
get_version
archinstall/lib/version.py:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
get_version() -> str:
5
try
:
6
return
version(
'archinstall'
)
7
except
Exception:
8
return
'Archinstall version not found'
Callers
3
__init__
Method · 0.90
_define_arguments
Method · 0.90
load_plugin
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected