MCPcopy Index your code
hub / github.com/dask/dask / around

Function around

dask/array/routines.py:2074–2075  ·  view source on GitHub ↗
(x, decimals=0)

Source from the content-addressed store, hash-verified

2072
2073@derived_from(np)
2074def around(x, decimals=0):
2075 return map_blocks(partial(np.around, decimals=decimals), x, dtype=x.dtype)
2076
2077
2078def _asarray_isnull(values):

Callers

nothing calls this directly

Calls 1

map_blocksFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…