diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-15 21:40:48 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-15 21:40:48 +0000 |
commit | e2fb2baaa48ef6da317a533b5d168b1ab0fcefe8 (patch) | |
tree | fda27be68f5ca1e8ec860bab8d1acdeebeeda698 /py/mpqstrraw.h | |
parent | 9528cd66d7c94d7376884a53c2080b29e9bc3a0a (diff) | |
download | micropython-e2fb2baaa48ef6da317a533b5d168b1ab0fcefe8.tar.gz micropython-e2fb2baaa48ef6da317a533b5d168b1ab0fcefe8.zip |
Implement repr.
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 84b24f2748..3ee569aec6 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h @@ -57,6 +57,7 @@ Q(ord) Q(pow) Q(print) Q(range) +Q(repr) Q(set) Q(sorted) Q(sum) |