mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-29 11:16:44 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
@@ -98,9 +98,7 @@ class NormalDist:
|
||||
def inv_cdf(self, p: float) -> float: ...
|
||||
def overlap(self, other: NormalDist) -> float: ...
|
||||
def quantiles(self, n: int = 4) -> list[float]: ...
|
||||
if sys.version_info >= (3, 9):
|
||||
def zscore(self, x: float) -> float: ...
|
||||
|
||||
def zscore(self, x: float) -> float: ...
|
||||
def __eq__(x1, x2: object) -> bool: ...
|
||||
def __add__(x1, x2: float | NormalDist) -> NormalDist: ...
|
||||
def __sub__(x1, x2: float | NormalDist) -> NormalDist: ...
|
||||
|
||||
Reference in New Issue
Block a user