Home
last modified time | relevance | path

Searched refs:PureWindowsPath (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Tools/msi/
H A Dcsv_to_wxs.py25 from pathlib import PureWindowsPath namespace
53 target = PureWindowsPath(target)
/third_party/python/PC/layout/support/
H A Dappxmanifest.py15 from pathlib import Path, PureWindowsPath namespace
336 r = root if root else PureWindowsPath("")
357 for part in PureWindowsPath(key).parts:
/third_party/python/Lib/
H A Dpathlib.py18 "PurePath", "PurePosixPath", "PureWindowsPath",
461 PureWindowsPath object. You can also instantiate either of these classes
476 cls = PureWindowsPath if os.name == 'nt' else PurePosixPath
844 class PureWindowsPath(PurePath): class
1398 class WindowsPath(Path, PureWindowsPath):
/third_party/python/Lib/test/
H A Dtest_pathlib.py785 cls = pathlib.PureWindowsPath
1328 pathlib.PureWindowsPath if os.name == 'nt' else pathlib.PurePosixPath)
1332 q = pathlib.PureWindowsPath('a')
1337 q = pathlib.PureWindowsPath('a')

Completed in 7 milliseconds