Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 179 Bytes

div-method.md

File metadata and controls

7 lines (4 loc) · 179 Bytes

Pattern: Use of __div__ method

Issue: -

Description

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