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

Method __add__

Lib/decimal.py:1126–1210  ·  view source on GitHub ↗

Returns self + other. -INF + INF (or the reverse) cause InvalidOperation errors.

(self, other, context=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

__sub__Method · 0.95
next_plusMethod · 0.95
fmaMethod · 0.45
addMethod · 0.45

Calls 11

_check_nansMethod · 0.95
_isinfinityMethod · 0.95
_fixMethod · 0.95
_rescaleMethod · 0.95
_convert_otherFunction · 0.85
getcontextFunction · 0.85
DecimalClass · 0.85
_dec_from_tripleFunction · 0.85
_WorkRepClass · 0.85
_normalizeFunction · 0.85
_raise_errorMethod · 0.80

Tested by

no test coverage detected