Pattern: Use of __idiv__ method Issue: - Description This method does not exist in Python 3. Using __itruediv__ and setting __idiv__ = __itruediv__ should be preferred.