MCPcopy Index your code
hub / github.com/archlinux/archinstall / exit

Method exit

archinstall/tui/components.py:1343–1345  ·  view source on GitHub ↗
(self, result: Any)

Source from the content-addressed store, hash-verified

1341 return result
1342
1343 def exit(self, result: Any) -> None:
1344 assert TApp.app
1345 TApp.app.exit(result)
1346
1347 def translate_bindings(self) -> None:
1348 """Re-translate app-level binding descriptions after language change."""

Callers 15

__main__.pyFile · 0.80
main.pyFile · 0.80
_run_workerMethod · 0.80
runMethod · 0.80
__init__Method · 0.80
_process_creds_dataMethod · 0.80
_fetch_from_urlMethod · 0.80
_read_fileMethod · 0.80
runMethod · 0.80
_setup_wifiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected