Composition instead of inheritance

Jean-Michel Pichavant jeanmichel at sequans.com
Thu Apr 28 14:59:24 EDT 2011


Ethan Furman wrote:
> For anybody interested in composition instead of multiple inheritance, 
> I have posted this recipe on ActiveState (for python 2.6/7, not 3.x):
>
> http://code.activestate.com/recipes/577658-composition-of-classes-instead-of-multiple-inherit/ 
>
>
> Comments welcome!
>
> ~Ethan~
Sounds great. But I fear that would completely fool any linter.

JM



More information about the Python-list mailing list