We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd3cee commit 18a9988Copy full SHA for 18a9988
src/filelock/_windows.py
@@ -25,7 +25,8 @@
25
_kernel32.GetFileAttributesW.restype = wintypes.DWORD
26
27
def _is_reparse_point(path: str) -> bool:
28
- """Check if a path is a reparse point (symlink, junction, etc.) on Windows.
+ """
29
+ Check if a path is a reparse point (symlink, junction, etc.) on Windows.
30
31
:param path: Path to check
32
:return: True if path is a reparse point, False otherwise
0 commit comments