Home
last modified time | relevance | path

Searched refs:DivisionUndefined (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py261 class DivisionUndefined(InvalidOperation, ZeroDivisionError): class
381 DivisionUndefined:InvalidOperation,
1320 return context._raise_error(DivisionUndefined, '0 / 0')
1419 ans = context._raise_error(DivisionUndefined, 'divmod(0, 0)')
1457 return context._raise_error(DivisionUndefined, '0 % 0')
1494 return context._raise_error(DivisionUndefined,
1569 return context._raise_error(DivisionUndefined, '0 // 0')