Lines Matching refs:exception
162 """Base exception class.
165 If an exception derives from another exception besides this (such as
177 To define a new exception, it should be sufficient to have it derive
944 # exception; since equality checks are implicitly and
947 # dict keys by making __hash__ raise an exception.
2363 for exception in _signals:
2364 newcontext.traps[exception] = 0
2381 for exception in Underflow, Subnormal, Inexact, Rounded, Clamped:
2382 if newcontext.flags[exception]:
2383 context._raise_error(exception)
3769 traps - If traps[exception] = 1, then the exception is
3772 flags - When an exception is caused, flags[exception] is set.
3857 trap_enabler is set, it reraises the exception. Otherwise, it returns