We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a64ef commit c9a7dffCopy full SHA for c9a7dff
tests/extension/decimal/array.py
@@ -352,5 +352,12 @@ def value_counts(self, dropna: bool = True) -> Series:
352
353
return value_counts(self.to_numpy(), dropna=dropna)
354
355
+ @classmethod
356
+ def _add_arithmetic_ops(cls) -> None: ...
357
358
+ def _add_comparison_ops(cls) -> None: ...
359
360
+ def _add_logical_ops(cls) -> None: ...
361
+
362
-DecimalArray._add_arithmetic_ops() # type: ignore[attr-defined] # pyright: ignore[reportAttributeAccessIssue]
363
+DecimalArray._add_arithmetic_ops()
0 commit comments