multiple inheritance from list and other class
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Sun Jan 8 01:41:14 EST 2012
More information about the Python-list mailing list
Sun Jan 8 01:41:14 EST 2012
- Previous message (by thread): multiple inheritance from list and other class
- Next message (by thread): multiple inheritance from list and other class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 07 Jan 2012 22:08:22 -0800, 88888 Dihedral wrote: [...] > The class is defined in a silly way. > In python declaring a class with only trivial properties added is not > very python at all. The example given looks like a Mixin class, which is perfectly acceptable in Python. -- Steven
- Previous message (by thread): multiple inheritance from list and other class
- Next message (by thread): multiple inheritance from list and other class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list