MCPcopy
hub / github.com/pandas-dev/pandas / __abs__

Method __abs__

pandas/core/generic.py:1578–1579  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1576
1577 @final
1578 def __abs__(self) -> Self:
1579 return self.abs()
1580
1581 @final
1582 def __round__(self, decimals: int = 0) -> Self:

Callers

nothing calls this directly

Calls 1

absMethod · 0.95

Tested by

no test coverage detected