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