dmazzella 18e6569166 py/objtype: Implement __delattr__ and __setattr__.
This patch implements support for class methods __delattr__ and __setattr__
for customising attribute access.  It is controlled by the config option
MICROPY_PY_DELATTR_SETATTR and is disabled by default.
2017-02-09 12:40:15 +11:00
..
2014-03-31 18:02:22 +01:00
2015-08-28 22:31:52 +03:00
2014-03-31 22:57:56 +01:00
2014-02-10 07:13:32 +02:00
2014-04-13 17:46:30 +01:00
2017-01-31 00:33:01 +03:00