Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/archlinux/archinstall
/ run
Method
run
archinstall/lib/menu/abstract_menu.py:108–109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
107
@override
108
async
def
run(self) -> ValueT | None:
109
return
await self.show()
110
111
async
def
show(self) -> ValueT | None:
112
self._sync_from_config()
Callers
8
show
Method · 0.45
show
Method · 0.45
show
Method · 0.45
show
Method · 0.45
show
Method · 0.45
show
Method · 0.45
_confirm_reset
Function · 0.45
delayed_warning
Function · 0.45
Calls
1
show
Method · 0.95
Tested by
no test coverage detected