Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ add
Method
add
xarray/tests/test_ufuncs.py:193–194 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
191
192
@staticmethod
193
def
add(x, y):
194
return
x + y
195
196
197
class
DuckArray2(DuckArray):
Callers
13
test_robust
Method · 0.45
test_lazy_import
Function · 0.45
store
Method · 0.45
store
Method · 0.45
test_cross_engine_read_write_netcdf3
Method · 0.45
test_alignment
Function · 0.45
test_kwargs
Function · 0.45
test_xarray_handles_dask
Function · 0.45
test_dask_defers_to_xarray
Function · 0.45
test_out
Function · 0.45
test_ufunc_mixed_arrays_compatible
Method · 0.45
test_ufunc_mixed_arrays_incompatible
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected