Damien George
|
729f7b42d6
|
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
mp_obj_t->subscr now does load/store/delete.
|
2014-04-17 22:10:53 +01:00 |
|
Paul Sokolovsky
|
e74f52b76c
|
namedtuple: Inherit unary/binary ops from tuple base class.
|
2014-03-03 11:42:53 +08:00 |
|
Paul Sokolovsky
|
76d982ef34
|
type->print(): Distinguish str() and repr() variety by passing extra param.
|
2014-01-15 02:15:38 +02:00 |
|
Paul Sokolovsky
|
8eec8bcad9
|
Add objtuple.h to allow embedding of tuples inside other objects.
This is useful because tuple is closest analog of C static array.
|
2014-01-14 23:59:18 +02:00 |
|