Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 225 Bytes

redundant-keyword-arg.md

File metadata and controls

7 lines (4 loc) · 225 Bytes

Pattern: Redundant keyword argument

Issue: -

Description

Used when a function call would result in assigning multiple values to a function parameter, one value from a positional argument and one from a keyword argument.