You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / ma / core / _DomainedBinaryOperation / __init__

function

numpy.ma.core:_DomainedBinaryOperation.__init__

source: /numpy/ma/core.py :1185

Signature

def   __init__ ( self dbfunc domain fillx = 0 filly = 0 )

Summary

abfunc(fillx, filly) must be defined. abfunc(x, filly) = x for all x to enable reduce.

Aliases

  • numpy.ma.core._DomainedBinaryOperation.__init__