[Python-ideas] automation of __repr__/__str__ for all the common simple cases
Serhiy Storchaka
storchaka at gmail.com
Thu Feb 16 07:24:25 CET 2012
16.02.12 02:03, Nick Coghlan написав(ла):
> The unfortunate part of dict-based __repr__ implementations is that
> the order of the parameter display is technically arbitrary.
Not for OrderedDict.
More information about the Python-ideas
mailing list