diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-15 22:27:16 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-15 22:27:16 +0000 |
commit | 7a9d0c454076b6524f3f6f5af9a6b28bc35da2f9 (patch) | |
tree | 3e81f1de60290376389d396f61782f93940f1d59 /py/mpqstrraw.h | |
parent | 11507f4074c4cece88e3f8a404c07653b40a167a (diff) | |
parent | fca456bc3c0e3c43b2ef598ba1b352e0c27a2778 (diff) | |
download | micropython-7a9d0c454076b6524f3f6f5af9a6b28bc35da2f9.tar.gz micropython-7a9d0c454076b6524f3f6f5af9a6b28bc35da2f9.zip |
Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins
Added some checks for number of arguments.
Conflicts:
py/mpqstrraw.h
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r-- | py/mpqstrraw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h index 06f83ddf09..356c911238 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h @@ -42,7 +42,9 @@ Q(chr) Q(complex) Q(dict) Q(divmod) +Q(enumerate) Q(eval) +Q(filter) Q(float) Q(hash) Q(int) @@ -51,6 +53,7 @@ Q(issubclass) Q(iter) Q(len) Q(list) +Q(map) Q(max) Q(min) Q(next) |