commit | 64131f321544a28a193e54b1241c8d2efc9ae313 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Thu Feb 06 20:31:44 2014 +0000 |
committer | Damien George <damien.p.george@gmail.com> | Thu Feb 06 20:31:44 2014 +0000 |
tree | 119fc794790708c1a4ed77c2be358e6f02dbfe21 | |
parent | ddaf6c112c22e77f3aff5b98ede077d88e76fc0a [diff] [blame] |
Add staticmethod and classmethod to builtin namespace.
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index dcd4ba4..b90c502 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h
@@ -51,6 +51,7 @@ Q(bytes) Q(callable) Q(chr) +Q(classmethod) Q(complex) Q(dict) Q(dir) @@ -80,6 +81,7 @@ Q(repr) Q(set) Q(sorted) +Q(staticmethod) Q(sum) Q(super) Q(str)