MCPcopy 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
4def 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_argumentsMethod · 0.90
load_pluginFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected