Lines Matching refs:DivisionByZero
100 :const:`DivisionByZero`, :const:`Inexact`, :const:`Rounded`, :const:`Subnormal`,
129 capitals=1, flags=[], traps=[Overflow, DivisionByZero,
263 DivisionByZero: x / 0
290 >>> getcontext().traps[DivisionByZero] = 1
295 DivisionByZero: x / 0
671 ``Decimal('-Infinity')`` is returned and the :const:`DivisionByZero` flag
1025 for Overflow, InvalidOperation, and DivisionByZero.
1491 Python exception to be raised. For example, if the :class:`DivisionByZero` trap
1492 is set, then a :exc:`DivisionByZero` exception is raised upon encountering the
1510 .. class:: DivisionByZero
1588 DivisionByZero(DecimalException, exceptions.ZeroDivisionError)
1663 they can arise from dividing by zero when the :exc:`DivisionByZero` signal is