replacing __dict__ with an OrderedDict
Ulrich Eckhardt
ulrich.eckhardt at dominolaser.com
Fri Jan 6 08:40:26 EST 2012
More information about the Python-list mailing list
Fri Jan 6 08:40:26 EST 2012
- Previous message (by thread): replacing __dict__ with an OrderedDict
- Next message (by thread): replacing __dict__ with an OrderedDict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 06.01.2012 12:44, schrieb Peter Otten: > Alternatively you can write your own test loader: [...CODE...] Well, actually you just did that for me and it works! ;) Nonetheless, I'm still wondering if I could somehow replace the dict with an OrderedDict. Thank you! Uli
- Previous message (by thread): replacing __dict__ with an OrderedDict
- Next message (by thread): replacing __dict__ with an OrderedDict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list