Damien George 062478e66d Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.
Creating of classes (types) and instances is much more like CPython now.
You can use "type('name', (), {...})" to create classes.
2014-01-09 20:57:50 +00:00
..
2014-01-04 18:44:46 +00:00
2014-01-08 11:47:55 +00:00
2014-01-07 22:51:08 +00:00
2014-01-04 18:44:46 +00:00
2014-01-05 12:08:55 -08:00