Lines Matching refs:ArithmeticError
2197 * ArithmeticError extends Exception
2199 SimpleExtendsException(PyExc_Exception, ArithmeticError,
2204 * FloatingPointError extends ArithmeticError
2211 * OverflowError extends ArithmeticError
2218 * ZeroDivisionError extends ArithmeticError
2536 PRE_INIT(ArithmeticError)
2613 POST_INIT(ArithmeticError)