How to automate accessor definition?

Steve Holden steve at holdenweb.com
Sun Mar 21 14:47:32 EDT 2010


Christian Heimes wrote:
> 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.
> 
Ah, right, thanks.

regards
 Steve
-- 
Steve Holden           +1 571 484 6266   +1 800 494 3119
See PyCon Talks from Atlanta 2010  http://pycon.blip.tv/
Holden Web LLC                 http://www.holdenweb.com/
UPCOMING EVENTS:        http://holdenweb.eventbrite.com/




More information about the Python-list mailing list