diff options
author | John R. Lenton <jlenton@gmail.com> | 2014-01-15 01:37:08 +0000 |
---|---|---|
committer | John R. Lenton <jlenton@gmail.com> | 2014-01-15 01:37:08 +0000 |
commit | fca456bc3c0e3c43b2ef598ba1b352e0c27a2778 (patch) | |
tree | 551138750cfc547339063f289bee8f5a5aa7ba65 /py/mpqstrraw.h | |
parent | 39b174e00a05dfaf4ac6f2e17cee4892a60e92c3 (diff) | |
download | micropython-fca456bc3c0e3c43b2ef598ba1b352e0c27a2778.tar.gz micropython-fca456bc3c0e3c43b2ef598ba1b352e0c27a2778.zip |
added filter()
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r-- | py/mpqstrraw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h index bbca1bb43e..f6b4444a70 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h @@ -42,6 +42,7 @@ Q(complex) Q(dict) Q(divmod) Q(enumerate) +Q(filter) Q(float) Q(hash) Q(int) |