windows
Attributes¶
is_windows = any(platform.win32_ver())
module-attribute
¶
Functions¶
fix_windows_longpath(path: Path) -> Path
¶
Source code in /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/kiara/utils/windows.py
12 13 14 15 16 17 18 19 |
|
fix_windows_symlink(source: Path, target: Path) -> None
¶
Source code in /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/kiara/utils/windows.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|
check_symlink_works() -> bool
cached
¶
Source code in /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/kiara/utils/windows.py
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
|