mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
committed by
Sebastian Rittau
parent
7b76fb9b20
commit
bee236fb5d
@@ -196,7 +196,7 @@ class float:
|
||||
def __truediv__(self, x: float) -> float: ...
|
||||
def __mod__(self, x: float) -> float: ...
|
||||
def __divmod__(self, x: float) -> Tuple[float, float]: ...
|
||||
def __pow__(self, x: float) -> float: ...
|
||||
def __pow__(self, x: float) -> float: ... # Returns complex if self is negative and x is not whole
|
||||
def __radd__(self, x: float) -> float: ...
|
||||
def __rsub__(self, x: float) -> float: ...
|
||||
def __rmul__(self, x: float) -> float: ...
|
||||
|
||||
Reference in New Issue
Block a user