Searched refs:_cparts (Results 1 – 1 of 1) sorted by relevance
727 def _cparts(self): member in PurePath738 return self._cparts == other._cparts and self._flavour is other._flavour744 self._hash = hash(tuple(self._cparts))750 return self._cparts < other._cparts755 return self._cparts <= other._cparts760 return self._cparts > other._cparts765 return self._cparts >= other._cparts946 parts = self._cparts