mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-16 03:24:54 +08:00
Delete many redundant method redefinitions (#6877)
This commit is contained in:
@@ -80,7 +80,6 @@ class Decimal:
|
||||
def __rmul__(self, __other: _Decimal) -> Decimal: ...
|
||||
def __rsub__(self, __other: _Decimal) -> Decimal: ...
|
||||
def __rtruediv__(self, __other: _Decimal) -> Decimal: ...
|
||||
def __str__(self) -> str: ...
|
||||
def __sub__(self, __other: _Decimal) -> Decimal: ...
|
||||
def __truediv__(self, __other: _Decimal) -> Decimal: ...
|
||||
def remainder_near(self, other: _Decimal, context: Context | None = ...) -> Decimal: ...
|
||||
|
||||
Reference in New Issue
Block a user