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

Function multiply

xarray/tests/test_computation.py:469–473  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

467 assert_identical(expected_dataset_x, first_element(dataset.groupby("y"), "x"))
468
469 def multiply(*args):
470 val = args[0]
471 for arg in args[1:]:
472 val = val * arg
473 return val
474
475 # regression test for GH:2341
476 with pytest.raises(ValueError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…