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

Method __abs__

dask/dataframe/dask_expr/_collection.py:1456–1457  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1454 return new_collection(result[0]), new_collection(result[1])
1455
1456 def __abs__(self):
1457 return self.abs()
1458
1459 @derived_from(pd.DataFrame)
1460 def sum(

Callers

nothing calls this directly

Calls 1

absMethod · 0.95

Tested by

no test coverage detected