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

Method __ge__

archinstall/lib/models/device.py:508–509  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

506 return self._normalize() > other._normalize()
507
508 def __ge__(self, other: Self) -> bool:
509 return self._normalize() >= other._normalize()
510
511
512class BtrfsMountOption(Enum):

Callers

nothing calls this directly

Calls 1

_normalizeMethod · 0.95

Tested by

no test coverage detected