inheriting from C types

Greg Ewing see_reply_address at something.invalid
Tue Jul 16 23:45:24 EDT 2002


Martin v. Loewis wrote:
 >

> What is k.__mro__?


I believe it stands for Method Resolution Order, and
it contains a flattened list of all the base classes,
in the order they should be searched for methods.

-- 
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