diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-13 19:20:46 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-15 02:15:47 +0200 |
commit | 36c4499d36a36ab3e1a68545e613bce61fb15f3c (patch) | |
tree | 57d5184880bd55d8355864b0ec2fe834e11635c0 /py/mpqstrraw.h | |
parent | 76d982ef343dcadd35355aed9c568984c850fb7b (diff) |
Implement str() and repr() builtin functions.
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r-- | py/mpqstrraw.h | 2 |
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) |