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

Method __gt__

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

Source from the content-addressed store, hash-verified

503 return self._normalize() != other._normalize()
504
505 def __gt__(self, other: Self) -> bool:
506 return self._normalize() > other._normalize()
507
508 def __ge__(self, other: Self) -> bool:
509 return self._normalize() >= other._normalize()

Callers

nothing calls this directly

Calls 1

_normalizeMethod · 0.95

Tested by

no test coverage detected