diff options
author | Damien George <damien.p.george@gmail.com> | 2014-02-06 20:31:44 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-02-06 20:31:44 +0000 |
commit | 64131f321544a28a193e54b1241c8d2efc9ae313 (patch) | |
tree | 119fc794790708c1a4ed77c2be358e6f02dbfe21 /py/qstrdefs.h | |
parent | ddaf6c112c22e77f3aff5b98ede077d88e76fc0a (diff) | |
download | micropython-64131f321544a28a193e54b1241c8d2efc9ae313.tar.gz micropython-64131f321544a28a193e54b1241c8d2efc9ae313.zip |
Add staticmethod and classmethod to builtin namespace.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index dcd4ba42c0..b90c5023de 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -51,6 +51,7 @@ Q(bytearray) Q(bytes) Q(callable) Q(chr) +Q(classmethod) Q(complex) Q(dict) Q(dir) @@ -80,6 +81,7 @@ Q(range) Q(repr) Q(set) Q(sorted) +Q(staticmethod) Q(sum) Q(super) Q(str) |