Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ func
Function
func
xarray/tests/test_computation.py:230–231 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
228
229
def
twice(obj):
230
def
func(x):
231
return
(x, x)
232
233
return
apply_ufunc(func, obj, output_core_dims=[[], []])
234
Callers
nothing calls this directly
Calls
1
stack
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…