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.
ruff format
1 parent d389909 commit de23b27Copy full SHA for de23b27
‎src/numpy-stubs/ma/core.pyi
@@ -916,9 +916,13 @@ greater_equal: _MaskedBinaryOperation
916
less: _MaskedBinaryOperation
917
greater: _MaskedBinaryOperation
918
logical_and: _MaskedBinaryOperation
919
+
920
def alltrue(target: ToGeneric_nd, axis: CanIndex | None = 0, dtype: _DTypeLikeBool | None = None) -> Incomplete: ...
921
922
logical_or: _MaskedBinaryOperation
923
924
def sometrue(target: ToGeneric_nd, axis: CanIndex | None = 0, dtype: _DTypeLikeBool | None = None) -> Incomplete: ...
925
926
logical_xor: _MaskedBinaryOperation
927
bitwise_and: _MaskedBinaryOperation
928
bitwise_or: _MaskedBinaryOperation
0 commit comments