aboutsummaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorxbe2014-02-01 19:00:41 -0800
committerxbe2014-02-01 19:00:41 -0800
commit0ebf8534ab56c3958be335f0c4c6f857de41f71d (patch)
treef8e3e5b9ae008e1c829dc78507f48932084190cb /py/qstrdefs.h
parent9ed5435061cc6ae85cd9d8556d934c0e638ffadd (diff)
Implement and add tests for the id() builtin function.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 50b426f1a..8bf393697 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -57,6 +57,7 @@ Q(eval)
Q(filter)
Q(float)
Q(hash)
+Q(id)
Q(int)
Q(isinstance)
Q(issubclass)