summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
authorJohn R. Lenton <jlenton@gmail.com>2014-01-15 01:37:08 +0000
committerJohn R. Lenton <jlenton@gmail.com>2014-01-15 01:37:08 +0000
commitfca456bc3c0e3c43b2ef598ba1b352e0c27a2778 (patch)
tree551138750cfc547339063f289bee8f5a5aa7ba65 /py/mpqstrraw.h
parent39b174e00a05dfaf4ac6f2e17cee4892a60e92c3 (diff)
downloadmicropython-fca456bc3c0e3c43b2ef598ba1b352e0c27a2778.tar.gz
micropython-fca456bc3c0e3c43b2ef598ba1b352e0c27a2778.zip
added filter()
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h1
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)