MCPcopy Create free account
hub / github.com/dask/dask / __abs__

Method __abs__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

elemwiseFunction · 0.70

Tested by

no test coverage detected