There was an error while loading. Please reload this page.
1 parent a72a2ba commit 1fb52b8Copy full SHA for 1fb52b8
1 file changed
stdlib/_decimal.pyi
@@ -218,6 +218,7 @@ class Context:
218
def abs(self, a: _Decimal) -> Decimal: ...
219
else:
220
def abs(self, x: _Decimal, /) -> Decimal: ...
221
+
222
def add(self, x: _Decimal, y: _Decimal, /) -> Decimal: ...
223
def canonical(self, x: Decimal, /) -> Decimal: ...
224
def compare(self, x: _Decimal, y: _Decimal, /) -> Decimal: ...
0 commit comments