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

Function round

dask/array/routines.py:1633–1634  ·  view source on GitHub ↗
(a, decimals=0)

Source from the content-addressed store, hash-verified

1631@implements(np.round)
1632@derived_from(np)
1633def round(a, decimals=0):
1634 return a.map_blocks(np.round, decimals=decimals, dtype=a.dtype)
1635
1636
1637@implements(np.ndim)

Callers 3

roundMethod · 0.90
fractional_sliceFunction · 0.85
read_sql_queryFunction · 0.85

Calls 1

map_blocksMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…