E0108
Message
Duplicate argument name %s in function definition
Description
Used when an argument name is used more than once in a function or method definition.
This message belongs to the basic checker.
Explanation
Python 2.6(?) and above raises a SyntaxError for this situation when importing the module. PyLint reports this error using this message, without depending on the import actually happening.