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

Method __abs__

dask/array/core.py:2343–2344  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2341 return self.map_blocks(chunk.astype, dtype=dtype, astype_dtype=dtype, **kwargs)
2342
2343 def __abs__(self):
2344 return elemwise(operator.abs, self)
2345
2346 @check_if_handled_given_other
2347 def __add__(self, other):

Callers

nothing calls this directly

Calls 1

elemwiseFunction · 0.70

Tested by

no test coverage detected