Mixin class data

Greg Ewing see_reply_address at something.invalid
Wed Oct 9 19:01:53 EDT 2002


Paul Moore wrote:

> I'd rather not make it a requirement of
> this particular mixin that the derived class call its __init__ routine


Why not? It seems perfectly reasonable to me that
if you inherit something you should be responsible
for making sure it's initialised properly.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list