On Friday 13 May 2005 03:11, Bengt Richter wrote:
>  >>> type(obj).mro()
>
>  [<class '__main__.A'>, <class '__main__.B1'>, <class '__main__.B2'>,
> <class '__main__.C'>, <type 'object'>]
>

Wow! No need to write a depth-first tree-traversal algorithm... Somebody add 
this idiom to the cookbook.

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

Reply via email to