Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 166 Bytes

unnecessary-dunder-call.md

File metadata and controls

7 lines (4 loc) · 166 Bytes

Pattern: Unnecessary dunder call

Issue: -

Description

Used when a dunder method is manually called instead of using the corresponding function/method/operator.