summaryrefslogtreecommitdiffstatshomepage
path: root/py/objtuple.h
Commit message (Collapse)AuthorAge
* py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.Damien George2014-04-17
| | | | mp_obj_t->subscr now does load/store/delete.
* namedtuple: Inherit unary/binary ops from tuple base class.Paul Sokolovsky2014-03-03
|
* type->print(): Distinguish str() and repr() variety by passing extra param.Paul Sokolovsky2014-01-15
|
* Add objtuple.h to allow embedding of tuples inside other objects.Paul Sokolovsky2014-01-14
This is useful because tuple is closest analog of C static array.