mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Remove pathlib.PurePath.__eq__ (#10662)
Fixes #10661 Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -46,7 +46,6 @@ class PurePath(PathLike[str]):
|
||||
def __new__(cls, *args: StrPath) -> Self: ...
|
||||
|
||||
def __hash__(self) -> int: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
def __fspath__(self) -> str: ...
|
||||
def __lt__(self, other: PurePath) -> bool: ...
|
||||
def __le__(self, other: PurePath) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user