MCPcopy Create free account
hub / github.com/archlinux/archinstall / on_mount

Method on_mount

archinstall/tui/components.py:1296–1301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1294 _ = self.screen.mount(HelpPanel())
1295
1296 def on_mount(self) -> None:
1297 from archinstall.lib.translationhandler import translation_handler
1298
1299 translation_handler.apply_console_font()
1300 _translate_bindings(self._merged_bindings, self._bindings)
1301 self._run_worker()
1302
1303 @work
1304 async def _run_worker(self) -> None:

Callers

nothing calls this directly

Calls 3

_run_workerMethod · 0.95
_translate_bindingsFunction · 0.85
apply_console_fontMethod · 0.80

Tested by

no test coverage detected