Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/archlinux/archinstall
/ ModificationStatus
Class
ModificationStatus
archinstall/lib/models/device.py:858–862 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
856
857
858
class
ModificationStatus(StrEnum):
859
EXIST =
'existing'
860
MODIFY = auto()
861
DELETE = auto()
862
CREATE = auto()
863
864
865
class
_PartitionModificationSerialization(TypedDict):
Callers
2
parse_arg
Method · 0.85
parse_arg
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected