diff options
author | John R. Lenton <jlenton@gmail.com> | 2014-01-15 01:10:09 +0000 |
---|---|---|
committer | John R. Lenton <jlenton@gmail.com> | 2014-01-15 01:10:09 +0000 |
commit | 39b174e00a05dfaf4ac6f2e17cee4892a60e92c3 (patch) | |
tree | 9056691f927008e337ad8fd1814c7c4097625b0d /py/mpqstrraw.h | |
parent | ff8007c7d6497b108e8abe80ab3311945a03fe52 (diff) | |
download | micropython-39b174e00a05dfaf4ac6f2e17cee4892a60e92c3.tar.gz micropython-39b174e00a05dfaf4ac6f2e17cee4892a60e92c3.zip |
Added map
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 8d681c9a49..bbca1bb43e 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h @@ -50,6 +50,7 @@ Q(issubclass) Q(iter) Q(len) Q(list) +Q(map) Q(max) Q(min) Q(next) |