Inheritance Confusion

Andy Todd atodd at spam.free.email.com
Wed May 2 20:07:29 EDT 2001


"Andrew Dalke" <dalke at acm.org> wrote in 
<9cq56e$i6r$1 at nntp9.atl.mindspring.net>:

>
>>class B(A):
>>    def _init__(self):
>        ^^^ This should be __init__
>
>Does any know if any the Python linting tools check for suspect
>names like this?
>
>                    Andrew
>                    dalke at acm.org

Andrew, thanks for pointing out my (now) glaring error. I will consider 
myself suitably syntactically challenged and promise to check before I post 
next time!

Regards,
Andy
-- 
Content free posts a speciality



More information about the Python-list mailing list