diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-26 22:36:43 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-26 22:36:43 +0000 |
commit | f61a072f68c59a7acf560e2ead948fb7658c523d (patch) | |
tree | 52fa9d9bf89cf4af6f826cb07175ddd262491dc8 /py/qstrdefs.h | |
parent | 174bca7b5a08e44934562faf599a86caaf2cfec1 (diff) | |
parent | e9137b94f27594ea1bdeb5fa4eaddffcbb7b9e9a (diff) | |
download | micropython-f61a072f68c59a7acf560e2ead948fb7658c523d.tar.gz micropython-f61a072f68c59a7acf560e2ead948fb7658c523d.zip |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index a2cdf84251..3be6295067 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -92,6 +92,7 @@ Q(eval) Q(exec) Q(filter) Q(float) +Q(getattr) Q(hash) Q(id) Q(int) |