Searched refs:DivisionUndefined (Results 1 – 1 of 1) sorted by relevance
261 class DivisionUndefined(InvalidOperation, ZeroDivisionError): class381 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')