Home
last modified time | relevance | path

Searched refs:_cparts (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dpathlib.py653 def _cparts(self): member in PurePath
664 return self._cparts == other._cparts and self._flavour is other._flavour
670 self._hash = hash(tuple(self._cparts))
676 return self._cparts < other._cparts
681 return self._cparts <= other._cparts
686 return self._cparts > other._cparts
691 return self._cparts >= other._cparts
903 parts = self._cparts