Lines Matching refs:PurePath
604 class PurePath(object): class
624 if cls is PurePath:
639 if isinstance(a, PurePath):
736 if not isinstance(other, PurePath):
748 if not isinstance(other, PurePath) or self._flavour is not other._flavour:
753 if not isinstance(other, PurePath) or self._flavour is not other._flavour:
758 if not isinstance(other, PurePath) or self._flavour is not other._flavour:
763 if not isinstance(other, PurePath) or self._flavour is not other._flavour:
960 os.PathLike.register(PurePath)
963 class PurePosixPath(PurePath):
973 class PureWindowsPath(PurePath):
986 class Path(PurePath):