diff options
author | stijn <stinos@zoho.com> | 2015-02-14 17:36:59 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-02-14 23:35:00 +0000 |
commit | c1832fd20657e67755a09bde1d277238ccdb043b (patch) | |
tree | b49fe4c7f7f1e81728cbcc1221a87d6a849e6b96 /py/qstrdefs.h | |
parent | aa730620bb95edbf1816b10b7c559a25a70b2146 (diff) |
py: Add setattr builtin.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index ffb2bf032..4a34010a1 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -185,6 +185,7 @@ Q(float) #endif Q(from_bytes) Q(getattr) +Q(setattr) Q(globals) Q(hasattr) Q(hash) |