Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 183 Bytes

rdiv-method.md

File metadata and controls

7 lines (4 loc) · 183 Bytes

Pattern: Use of __rdiv__ method

Issue: -

Description

This method does not exist in Python 3. Using __rtruediv__ and setting __rdiv__ = __rtruediv__ should be preferred.