Home | History | Annotate | Download | only in Objects

Lines Matching refs:ArithmeticError

1891  *    ArithmeticError extends StandardError
1893 SimpleExtendsException(PyExc_StandardError, ArithmeticError,
1898 * FloatingPointError extends ArithmeticError
1905 * OverflowError extends ArithmeticError
1912 * ZeroDivisionError extends ArithmeticError
2089 PRE_INIT(ArithmeticError)
2158 POST_INIT(ArithmeticError)