diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-03-20 17:48:03 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-03-20 17:57:28 -0500 |
| commit | 9d2270a979b3d3ce107a2ea830b6bf7beecb1fdc (patch) | |
| tree | 86857c14ff70e7f66aeb7053c3c85f90c303ef57 /py/objtuple.h | |
| parent | 98f5cf25a5a3da98bba099a3ce375b286942bb12 (diff) | |
runtime: Improve error message when setting read-only property
Formerly, if you wrote
SPI.frequency = 0
you would get the sightly erroneous error message
AttributeError: 'SPI' object has no attribute 'frequency'
In this case, a better message would read
AttributeError: 'SPI' object cannot assign attribute 'frequency'
This new message will both be used in the case where the attribute doesn't
exist at all (and the object has no dynamic attributes; most instances of
built in types behave this way), or if the attribute exists but is
read-only.
Diffstat (limited to 'py/objtuple.h')
0 files changed, 0 insertions, 0 deletions
