py: Add some qstrs to the global table.

This commit is contained in:
Damien George
2014-02-08 19:01:47 +00:00
parent 0a587b85fb
commit 7d0bfbedd2
4 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ Q(__repl_print__)
Q(__bool__)
Q(__len__)
Q(__getitem__)
Q(__setitem__)
Q(__add__)
Q(__sub__)
@@ -96,6 +97,8 @@ Q(sort)
Q(join)
Q(strip)
Q(format)
Q(key)
Q(reverse)
Q(<module>)
Q(<lambda>)