summaryrefslogtreecommitdiff
path: root/py/objattrtuple.c
AgeCommit message (Collapse)Author
2015-04-29py: Fix attrtuple array length in print and creation.Damien George
2015-04-29py: In attrtuple use the correct length value and index for 'fields'.Daniel Campora
2015-04-21py: Add attrtuple object, for space-efficient tuples with attr access.Damien George
If you need the functionality of a namedtuple but will only make 1 or a few instances, then use an attrtuple instead.