[Python-projects] __init__ method from a non direct base class <logilab.astng.Yes object at 0xb7f8392c> is called

Amaury Forgeotdarc Amaury.Forgeotdarc at gltrade.com
Mon Nov 20 15:44:19 CET 2006


Barry Scott wrote:
> W0233:1731:ActionItemEdit.__init__: __init__ method from a non direct 
> base class <logilab.astng.Yes object at 0xb7f8392c> is called
>
> pylint is clear very broken. I found a email to this list in august
from 
> Skip Montano reporting
> the problem. Give that pylint is unusable with this bug in place I'm 
> surprised that the lastest
> released kit contains this show stopper bug.
> When do you plan to release a version that works?

Pylint works quite well for me.

But it is right that some code constructs or python extensions can fool
the pylint analysis.
What kind of code do you use, that makes you feel so angry?
And in this specific case, what are the base classes of ActionItemEdit?

There were previous discussions about gtk's classes not always telling
the truth about their modules
(gtk.Button.__module__ == 'gobject'). Are you in a similar case?

-- 
Amaury Forgeot d'Arc
Ubix Development
www.ubitrade.com


More information about the Python-Projects mailing list