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 032e8e3 commit a627050Copy full SHA for a627050
Lib/pathlib/_types.py
@@ -13,7 +13,6 @@ class Parser(Protocol):
13
subclass references its path parser via a 'parser' class attribute.
14
"""
15
16
- sep: str
17
def join(self, path: str, *paths: str) -> str: ...
18
def split(self, path: str) -> tuple[str, str]: ...
19
def splitdrive(self, path: str) -> tuple[str, str]: ...
0 commit comments