bundles / numpy 2.4.3 / numpy / ma / core / _MaskedBinaryOperation / __call__
function
numpy.ma.core:_MaskedBinaryOperation.__call__
source: /numpy/ma/core.py :1050
Signature
def __call__ ( self , a , b , * args , ** kwargs ) Summary
Execute the call behavior.
Aliases
-
numpy.ma.core._MaskedBinaryOperation.__call__