pylint #18772 no prototype consistency check for mangled methods [validation pending]
W: 66:MovingObject.__init: Arguments number differs from overridden method A warning like this is obviously wrong, since __init is private, and can never override something. | |
priority | normal |
---|---|
type | bug |
done in | 0.25.2 |
load | 0.100 |
load left | 0.000 |
closed by | #085dad997b71 Doesn't check that overriden method signature match if it's a private method, closes #18772 |
similar entities
- pylint #4014 Metaclass method should have "mcs" as first argument
- logilab-astng #8774 iterator / generator / next method
- pylint #9334 C0103 false positive on __class__
- pylint #4983 new py2.5 check: test "yield" in "try" body with yield in exception handlers.
- pylint #4685 Problem with Pylint's handling on __all__
[see all]
Comments
-
2012/05/31 20:15, written by lothiraldan
-
2012/06/02 17:20, written by lothiraldan
add commentCannot reproduce bug with __init__ but can reproduce with other privates methods (__private__) methods.
Sorry, I confused __init__ and __init. Please ignore my previous comment.