mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
stdlib: Add many missing dunder overrides (#7231)
This commit is contained in:
@@ -67,6 +67,7 @@ if sys.version_info >= (3, 8):
|
||||
if sys.version_info >= (3, 9):
|
||||
def zscore(self, x: float) -> float: ...
|
||||
|
||||
def __eq__(self, x2: object) -> bool: ...
|
||||
def __add__(self, x2: float | NormalDist) -> NormalDist: ...
|
||||
def __sub__(self, x2: float | NormalDist) -> NormalDist: ...
|
||||
def __mul__(self, x2: float) -> NormalDist: ...
|
||||
|
||||
Reference in New Issue
Block a user