I have a bunch of functions called in a uniform way. Some of them make use of a 'quiet' keyword argument, and some don't. pylint reports 'unused argument' for the ones that don't. Obviously, they can't be renamed 'dummy', and I can't see any way to turn off the warning on a per-function basis without disabling too much. Suggestions?
thanks john _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects