[ACCEPTED]-pylint complains about wxPython 'Too many public methods'-pylint
Accepted answer
# pylint: disable=R0904
Stick that at the top of the offending class.
On 4 older versions of pylint, you have to use
# pylint: disable-msg=R0904
Unfortunately, if 3 you ever upgrade to a more recent version 2 you'll have to write a sed script to replace 1 all instances of # pylint: disable-msg
with # pylint: disable
.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.