Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/objtype: Support full object model for get/set/delitem special meths. | Damien George | 2018-09-28 |
| | | | | | | This makes these special methods have the same calling behaviour as other methods in a class instance (mp_convert_member_lookup() is already called by mp_obj_class_lookup()). | ||
* | tests: Rename test scripts, changing - to _ for consistency. | Damien George | 2014-07-05 |
From now on, all new tests must use underscore. Addresses issue #727. |