third_party.pylibs.pylint.src/pylint/test/messages/func_w0233.txt
Noam Yorav-Raphael 7a71830959 Rename F0401 (import-error) to E0401 as it is not a fatal pylint error
--HG--
branch : rename-F0401-to-E0401
2015-06-29 09:08:14 +03:00

6 lines
394 B
Plaintext

E: 20: Unable to import 'nonexistant'
E: 22:CCC: Module 'input.func_w0233' has no 'BBBB' member
E: 27:CCC.__init__: Module 'input.func_w0233' has no 'BBBB' member
E: 50:Super2.__init__: Super of 'Super2' has no '__woohoo__' member
W: 12:AAAA.__init__: __init__ method from a non direct base class 'BBBBMixin' is called
W: 48:Super2.__init__: __init__ method from base class 'dict' is not called