MCPcopy Index your code
hub / github.com/archlinux/archinstall / __le__

Method __le__

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

Source from the content-addressed store, hash-verified

486 return self._normalize() < other._normalize()
487
488 def __le__(self, other: Self) -> bool:
489 return self._normalize() <= other._normalize()
490
491 @override
492 def __eq__(self, other: object) -> bool:

Callers

nothing calls this directly

Calls 1

_normalizeMethod · 0.95

Tested by

no test coverage detected