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


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.





More information about the Python-list mailing list