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