summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/class_staticclassmethod.py
Commit message (Collapse)AuthorAge
* py/objtype: Support full object model for get/set/delitem special meths.Damien George2018-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 George2014-07-05
From now on, all new tests must use underscore. Addresses issue #727.