Searched refs:_cparts (Results 1 – 1 of 1) sorted by relevance
653 def _cparts(self): member in PurePath664 return self._cparts == other._cparts and self._flavour is other._flavour670 self._hash = hash(tuple(self._cparts))676 return self._cparts < other._cparts681 return self._cparts <= other._cparts686 return self._cparts > other._cparts691 return self._cparts >= other._cparts903 parts = self._cparts