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

Method plus

Lib/decimal.py:4948–4963  ·  view source on GitHub ↗

Plus corresponds to unary prefix plus in Python. The operation is evaluated using the same rules as add; the operation plus(a) is calculated as add('0', a) where the '0' has the same exponent as the operand. >>> ExtendedContext.plus(Decimal('1.3')) Decimal('

(self, a)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_convert_otherFunction · 0.85
__pos__Method · 0.45

Tested by

no test coverage detected