diff options
| author | xbe | 2014-02-01 19:00:41 -0800 |
|---|---|---|
| committer | xbe | 2014-02-01 19:00:41 -0800 |
| commit | 0ebf8534ab56c3958be335f0c4c6f857de41f71d (patch) | |
| tree | f8e3e5b9ae008e1c829dc78507f48932084190cb /py/qstrdefs.h | |
| parent | 9ed5435061cc6ae85cd9d8556d934c0e638ffadd (diff) | |
Implement and add tests for the id() builtin function.
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 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) |
