mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-04 09:02:46 +08:00
Add __hash__ for a bunch of types that set it to None (#13286)
This commit is contained in:
@@ -416,6 +416,7 @@ class BoundArguments:
|
||||
def __init__(self, signature: Signature, arguments: OrderedDict[str, Any]) -> None: ...
|
||||
def apply_defaults(self) -> None: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
__hash__: ClassVar[None] # type: ignore[assignment]
|
||||
|
||||
#
|
||||
# Classes and functions
|
||||
|
||||
Reference in New Issue
Block a user