commit | 708c07325007148d8e553b20df3f9110cedb58ab | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Sun Apr 27 19:23:46 2014 +0100 |
committer | Damien George <damien.p.george@gmail.com> | Sun Apr 27 19:23:46 2014 +0100 |
tree | 0ecae18e4c406d3d9ffb4c1195ee1400ac4ffd67 | |
parent | 968bf34c4c7c457816eb3a9d8358519ba1d3a65f [diff] [blame] |
py: Add '*' qstr for 'import *'; use blank qstr for comprehension arg.
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 380236d..70105c5 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h
@@ -2,6 +2,9 @@ // All the qstr definitions in this file are available as constants. // That is, they are in ROM and you can reference them simply as MP_QSTR_xxxx. +// TODO probably should add Python keywords, eg if, def, etc + +Q(*) Q(__build_class__) Q(__class__) Q(__doc__)