Composition instead of inheritance
Jean-Michel Pichavant
jeanmichel at sequans.com
Thu Apr 28 14:59:24 EDT 2011
More information about the Python-list mailing list
Thu Apr 28 14:59:24 EDT 2011
- Previous message (by thread): Composition instead of inheritance
- Next message (by thread): Composition instead of inheritance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Composition instead of inheritance
- Next message (by thread): Composition instead of inheritance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list