Searched refs:PurePosixPath (Results 1 – 3 of 3) sorted by relevance
102 it creates either a :class:`PurePosixPath` or a :class:`PureWindowsPath`)::105 PurePosixPath('setup.py')112 PurePosixPath('foo/some/path/bar')114 PurePosixPath('foo/bar')119 PurePosixPath('.')125 PurePosixPath('/usr/lib64')140 PurePosixPath('foo/bar')142 PurePosixPath('foo/bar')144 PurePosixPath('foo/../bar')146 (a naïve approach would make ``PurePosixPath('foo/../bar')`` equivalent[all …]
625 cls = PureWindowsPath if os.name == 'nt' else PurePosixPath963 class PurePosixPath(PurePath): class1470 class PosixPath(Path, PurePosixPath):
632 cls = pathlib.PurePosixPath1150 pathlib.PureWindowsPath if os.name == 'nt' else pathlib.PurePosixPath)1153 p = pathlib.PurePosixPath('a')1158 p = pathlib.PurePosixPath('a')