This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / ma / core / _MaskedBinaryOperation / __init__

function

numpy.ma.core:_MaskedBinaryOperation.__init__

source: build-install/usr/lib/python3.14/site-packages/numpy/ma/core.py :1037

Signature

def   __init__ ( self mbfunc fillx = 0 filly = 0 )

Summary

abfunc(fillx, filly) must be defined.

Extended Summary

abfunc(x, filly) = x for all x to enable reduce.

Aliases

  • numpy.ma.core._MaskedBinaryOperation.__init__