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 b2e526e commit 66b2120Copy full SHA for 66b2120
silverback/_build_utils.py
@@ -15,6 +15,7 @@
15
"""
16
17
18
+# Note: Python3.12 supports subclassing pathlib.Path
19
class BasePath(Path):
20
_flavour = type(Path())._flavour
21
_parse_args = type(Path())._parse_args
0 commit comments