> for child in self.childrens:
> if 'foo' in child.__class__.__dict__:
> child.foo()
Bruno, you're the man! I really must take the time to look into all those
under-under score things! 

Thanks.

/d

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to