Passing variable-length keyworded arguments list to base class constructor?
Alex Martelli
alex at magenta.com
Fri Jun 30 06:57:39 EDT 2000
More information about the Python-list mailing list
Fri Jun 30 06:57:39 EDT 2000
- Previous message (by thread): ANNOUNCE: Distutils 0.9
- Next message (by thread): Passing variable-length keyworded arguments list to base class constructor?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jerome Quelin <jerome.quelin at insalien.org> wrote in message news:962352947.103057778 at news.libertysurf.fr... > Hi all, > > I was wondering how to pass variable-length keyworded arguments list > to my base-class constructor? Look at the example code below: Doesn't apply work for __init__ just as for any other function? Alex
- Previous message (by thread): ANNOUNCE: Distutils 0.9
- Next message (by thread): Passing variable-length keyworded arguments list to base class constructor?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list