circuitpython/tests/basics
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
..
tests Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr. 2014-01-09 20:57:50 +00:00
run-tests tests/basics requires python3.3 2014-01-04 19:06:34 +02:00