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

Method __divmod__

Lib/decimal.py:1395–1429  ·  view source on GitHub ↗

Return (self // other, self % other)

(self, other, context=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__rdivmod__Method · 0.45
divmodMethod · 0.45

Calls 7

_check_nansMethod · 0.95
_isinfinityMethod · 0.95
_divideMethod · 0.95
_convert_otherFunction · 0.85
getcontextFunction · 0.85
_raise_errorMethod · 0.80
_fixMethod · 0.45

Tested by

no test coverage detected