[Python-projects] Pylint bug/feature request
David Morley
morley at AI.SRI.COM
Fri Jul 14 04:16:35 CEST 2006
Hello,
One check that pychecker does that pylint (0.11.0) apparently does
not is to identify the missing argument in the call to fn1 below. I
would think that this is a pretty commonly requested feature. Should
pylint be able to detect it?
Regards,
- David
def fn1(arg1, arg2):
return (arg1, arg2)
def fn2(arg):
return fn1(arg)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.logilab.org/pipermail/python-projects/attachments/20060714/0f0be4b7/attachment.htm
More information about the Python-Projects
mailing list