summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index e4404a36f0..6674a2c398 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -24,13 +24,14 @@ Q(StopIteration)
Q(AssertionError)
Q(AttributeError)
+Q(IndentationError)
Q(IndexError)
Q(KeyError)
Q(NameError)
+Q(OSError)
Q(SyntaxError)
Q(TypeError)
Q(ValueError)
-Q(OSError)
Q(abs)
Q(all)
@@ -41,6 +42,9 @@ Q(chr)
Q(complex)
Q(dict)
Q(divmod)
+Q(enumerate)
+Q(eval)
+Q(filter)
Q(float)
Q(hash)
Q(int)
@@ -49,6 +53,7 @@ Q(issubclass)
Q(iter)
Q(len)
Q(list)
+Q(map)
Q(max)
Q(min)
Q(next)
@@ -56,10 +61,14 @@ Q(ord)
Q(pow)
Q(print)
Q(range)
+Q(repr)
Q(set)
+Q(sorted)
Q(sum)
+Q(str)
Q(tuple)
Q(type)
+Q(zip)
Q(append)
Q(pop)