MCPcopy 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

showMethod · 0.45
showMethod · 0.45
showMethod · 0.45
showMethod · 0.45
showMethod · 0.45
showMethod · 0.45
_confirm_resetFunction · 0.45
delayed_warningFunction · 0.45

Calls 1

showMethod · 0.95

Tested by

no test coverage detected