Menu

#31 Check for valid type in super calls

closed
nobody
None
5
2007-07-13
2005-12-02
No

It would be nice if pychecker could check for the
correct type in super() calls. I common error I make
when copy and pasting is this:

class X(object):

def __init__(self):
super(Y, self).__init__()

Discussion

  • Thomas Heller

    Thomas Heller - 2007-07-13
    • status: open --> closed
     
  • Thomas Heller

    Thomas Heller - 2007-07-13

    Logged In: YES
    user_id=11105
    Originator: YES

    I'm not using pychecker anymore (also it seems it is unmaintained).

     

Log in to post a comment.