summaryrefslogtreecommitdiff
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-13 19:20:46 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-15 02:15:47 +0200
commit36c4499d36a36ab3e1a68545e613bce61fb15f3c (patch)
tree57d5184880bd55d8355864b0ec2fe834e11635c0 /py/mpqstrraw.h
parent76d982ef343dcadd35355aed9c568984c850fb7b (diff)
Implement str() and repr() builtin functions.
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 c3cda84b4..615c9da99 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -56,9 +56,11 @@ Q(ord)
Q(pow)
Q(print)
Q(range)
+Q(repr)
Q(set)
Q(sorted)
Q(sum)
+Q(str)
Q(tuple)
Q(type)
Q(zip)