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