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

Method show

archinstall/lib/network/network_menu.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 )
27
28 async def show(self) -> list[Nic] | None:
29 return await super()._run()
30
31 @override
32 def selected_action_display(self, selection: Nic) -> str:

Callers 4

_select_ifaceMethod · 0.45
_get_ip_addressMethod · 0.45
_edit_ifaceMethod · 0.45
select_networkFunction · 0.45

Calls 1

_runMethod · 0.80

Tested by

no test coverage detected