calling objects parents' __init__?

user at domain.invalid user at domain.invalid
Mon Sep 15 16:20:19 EDT 2003


Normally, when I inherit from a class that I have written,
I want instances of the new class to call the __init__ of
the old (actually, starting from the top of the tree, and
moving on down).

What is the preferred way to do this?

Thanks,

Tobiah





More information about the Python-list mailing list