[wingide-users] source assistant behavior on creating instance of
derived object
mikluha maklay
golemushka at gmail.com
Sat Apr 7 22:05:55 MDT 2007
class a:
def __init__(sef, arg):
pass
class b(a):
pass
z=b( <--- and here we go:
I wonder why source assistant doesn't propose me __init__(sef, arg) ???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20070408/bf94098c/attachment.html
More information about the wingide-users
mailing list