MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __abs__

Method __abs__

Lib/decimal.py:1104–1124  ·  view source on GitHub ↗

Returns the absolute value of self. If the keyword argument 'round' is false, do not round. The expression self.__abs__(round=False) is equivalent to self.copy_abs().

(self, round=True, context=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

absMethod · 0.45

Calls 4

copy_absMethod · 0.95
_check_nansMethod · 0.95
__neg__Method · 0.95
__pos__Method · 0.95

Tested by

no test coverage detected