Lines Matching defs:_cparts
570 def _cparts(self):
581 return self._cparts == other._cparts and self._flavour is other._flavour
587 self._hash = hash(tuple(self._cparts))
593 return self._cparts < other._cparts
598 return self._cparts <= other._cparts
603 return self._cparts > other._cparts
608 return self._cparts >= other._cparts
817 parts = self._cparts