> On 14 septembre 06:09, John Levon wrote: > > renamed 'dummy', and I can't see any way to turn off the > warning on a > > per-function basis without disabling too much. Suggestions?
BTW, the disable-per-function way is this: def my_meth(self, force=False): # pylint: disable-msg=W0613 _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects