MCPcopy Index your code
hub / github.com/pydata/xarray / add

Function add

xarray/tests/test_computation.py:125–126  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

123
124
125def add(a, b):
126 return apply_ufunc(operator.add, a, b)
127
128
129def test_apply_two_inputs() -> None:

Callers 5

test_apply_two_inputsFunction · 0.85
test_apply_1d_and_0dFunction · 0.85
test_apply_groupby_addFunction · 0.85
test_keep_attrsFunction · 0.85
test_dataset_joinFunction · 0.85

Calls 1

apply_ufuncFunction · 0.90

Tested by

no test coverage detected