R1704 redefined-argument-from-localΒΆ

Message

'Redefining argument with the local name %r'

Description

Used when a local name is redefining an argument, which might suggest a potential error. This is taken in account only for a handful of name binding operations, such as for iteration, with statement assignment and exception handler assignment.