Partial 1.0 - Partial classes for Python

skip at pobox.com skip at pobox.com
Thu Feb 8 07:04:01 EST 2007


    greg> When I want to do this, usually I define the parts as ordinary,
    greg> separate classes, and then define the main class as inheriting
    greg> from all of them.

Agreed.  Maybe it's just my feeble brain, but I find this the most
compelling (and easy to understand) use for multiple inheritance by far.

Skip



More information about the Python-list mailing list