Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/archinstall
/ summary
Method
summary
archinstall/lib/models/network.py:123–124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
122
@override
123
def
summary(self) -> str:
124
return
self.type.display_msg()
125
126
@classmethod
127
def
parse_arg(cls, config: _NetworkConfigurationSerialization) -> Self | None:
Callers
nothing calls this directly
Calls
1
display_msg
Method · 0.45
Tested by
no test coverage detected