Method summary
Methods
- __call__(self, a, b)
Execute the call behavior.
- __init__(self, abfunc, domain, fillx = 0, filly = 0)
abfunc(fillx, filly) must be defined. abfunc(x, filly) = x for all x to enable reduce.
- __str__(self)
Binary operations that have a domain, like divide. These are complicated so they are a separate class. They have no reduce, outer or accumulate.
Execute the call behavior.
abfunc(fillx, filly) must be defined. abfunc(x, filly) = x for all x to enable reduce.