summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-18 15:31:57 -0800
committerDamien George <damien.p.george@gmail.com>2014-01-18 15:31:57 -0800
commit6b21538e915ba82878a41e0691d49d5e096fceb8 (patch)
treed76d74ebbc7cffd46e8a9f0fa5dda0701b108abe /py/mpqstrraw.h
parent08335004cfe95048ee06134a3e49b9fb75639139 (diff)
parent427905cedd3868a5e0225c72c62c42a7e5cfa264 (diff)
downloadmicropython-6b21538e915ba82878a41e0691d49d5e096fceb8.tar.gz
micropython-6b21538e915ba82878a41e0691d49d5e096fceb8.zip
Merge pull request #192 from pfalcon/arrays
Add skeleton implementation of array.array and bytearray.
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index 328cb73fac..10b1fc0d39 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -37,7 +37,9 @@ Q(OverflowError)
Q(abs)
Q(all)
Q(any)
+Q(array)
Q(bool)
+Q(bytearray)
Q(callable)
Q(chr)
Q(complex)