Lines Matching refs:PurePath
538 class PurePath(object): class
558 if cls is PurePath:
573 if isinstance(a, PurePath):
662 if not isinstance(other, PurePath):
674 if not isinstance(other, PurePath) or self._flavour is not other._flavour:
679 if not isinstance(other, PurePath) or self._flavour is not other._flavour:
684 if not isinstance(other, PurePath) or self._flavour is not other._flavour:
689 if not isinstance(other, PurePath) or self._flavour is not other._flavour:
917 os.PathLike.register(PurePath)
920 class PurePosixPath(PurePath):
930 class PureWindowsPath(PurePath):
943 class Path(PurePath):