On 07/17/2017 05:01 PM, Ethan Furman wrote:

I haven't timed it (I'm hoping somebody will volunteer to be the bench mark 
guru), I'll offer my NamedTuple
implementation from my aenum [1] library.  It uses the same metaclass 
techniques as Enum, and offers doc string and
default value support in the class-based form.

Oh, and to be clear, there are some other nice-to-have and/or neat features (such as variable-sized NamedTuples), that I would expect to be trimmed from a stdlib version.

--
~Ethan~

_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to