diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 380236de4d..70105c5e22 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__) |