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 3a76d39 commit d7da20bCopy full SHA for d7da20b
piptools/_compat/path_compat.py
@@ -1,5 +1,5 @@
1
"""
2
-Compatibility helpers for working with paths and ``pathlib`` across platforms
+Compatibility helpers for working with paths and :mod:`pathlib` across platforms
3
and Python versions.
4
5
@@ -9,6 +9,8 @@
9
import pathlib
10
import sys
11
12
+__all__ = ("relative_to_walk_up",)
13
+
14
15
def relative_to_walk_up(path: pathlib.Path, start: pathlib.Path) -> pathlib.Path:
16
0 commit comments