Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_iface
Method · 0.45
_get_ip_address
Method · 0.45
_edit_iface
Method · 0.45
select_network
Function · 0.45
Calls
1
_run
Method · 0.80
Tested by
no test coverage detected