[wingide-users] No hints for __init__ params when constructing
subclass
Wingware Support
support at wingware.com
Thu Nov 20 11:07:04 MST 2008
Marcin Kasperski wrote:
> class Base(object):
> def __init__(self, x, y, z):
> """
> ...
> """
> pass
>
> class Child(Base):
> pass
>
> When I write
>
> a = Child(
>
> WingIDE does not provide documentation for constructor parameters.
We'll try to fix this in a future release.
Thanks for the bug report!
John
More information about the wingide-users
mailing list