Passing variable-length keyworded arguments list to base class constructor?
Moshe Zadka
moshez at math.huji.ac.il
Sat Jul 1 07:13:03 EDT 2000
More information about the Python-list mailing list
Sat Jul 1 07:13:03 EDT 2000
- Previous message (by thread): Example how to use cgihttpserver
- Next message (by thread): Passing variable-length keyworded arguments list to base class constructor?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 30 Jun 2000, Jerome Quelin wrote: > "Beat Bolli" <beat.bolli at dware.ch> wrote: > >Starting with Python 1.6a[12], you can call Parent.__init__(self, **args). > And with python 1.5.2? Use the apply() built-in function. -- Moshe Zadka <moshez at math.huji.ac.il> There is no GOD but Python, and HTTP is its prophet.
- Previous message (by thread): Example how to use cgihttpserver
- 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