[wingide-users] No hints for __init__ params when constructing
subclass
Marcin Kasperski
Marcin.Kasperski at softax.com.pl
Thu Nov 20 05:58:50 MST 2008
Take such a code:
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.
--
----------------------------------------------------------------------
| Marcin Kasperski | A process that is too complex will fail.
| http://mekk.waw.pl | (Booch)
| |
----------------------------------------------------------------------
More information about the wingide-users
mailing list