diff options
author | Damien George <damien.p.george@gmail.com> | 2014-02-08 19:01:47 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-02-08 19:01:47 +0000 |
commit | 7d0bfbedd218fadd91e2bbeb6486371ffeb7b682 (patch) | |
tree | aeb7dd4917812c95c858372d363e52c50d5c42d9 /py/qstrdefs.h | |
parent | 0a587b85fb19e57644ac420c642d0d75d2f9346f (diff) |
py: Add some qstrs to the global table.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index b90c5023d..3d4f4e248 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -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>) |