Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ round
Function
round
xarray/core/duck_array_ops.py:150–152 ·
view source on GitHub ↗
(array)
Source
from the content-addressed store, hash-verified
148
149
150
def
round(array):
151
xp = get_array_namespace(array)
152
return
xp.round(array)
153
154
155
around: Callable = round
Callers
3
exact_cftime_datetime_difference
Function · 0.85
test_diverging_color_limits
Method · 0.85
test_eval_functions
Function · 0.85
Calls
2
get_array_namespace
Function · 0.90
round
Method · 0.45
Tested by
2
test_diverging_color_limits
Method · 0.68
test_eval_functions
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…