[Python-projects] pylint false negative on keyword argument
Emile Anclin
emile.anclin at logilab.fr
Thu Dec 11 13:54:26 CET 2008
Hello,
Le Thursday 11 December 2008 11:30:35 A.T.Hofkamp, vous avez écrit :
> """
> Pylint false negative on keyword arguments
> """
> def xxx(aaa):
> """
> This function has no parm bbb
> """
> return aaa + 1
>
> print xxx(aaa = 3, bbb = 4)
thanks for the report; actually pylint don't even check if the number of
arguments is right, since we have a ticket on it :
https://www.logilab.net/elo/ticket/5561
so i added a comment mentionning your example
--
Emile Anclin
emile.anclin at logilab.fr
More information about the Python-Projects
mailing list