How to automate accessor definition?

Christian Heimes lists at cheimes.de
Sun Mar 21 14:37:03 EDT 2010


Steve Holden wrote:
> You may well find that namedtuple is faster than what you put together
> yourself, as the collections module is implemented in C.

But namedtuple isn't, Steve. Namedtuple is a class generator that
creates fast and efficient classes.




More information about the Python-list mailing list