summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 9f002777bb..f1ba14ae60 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -57,6 +57,7 @@ Q(bytes)
Q(callable)
Q(chr)
Q(classmethod)
+Q(collections)
Q(complex)
Q(dict)
Q(dir)
@@ -77,6 +78,7 @@ Q(list)
Q(map)
Q(max)
Q(min)
+Q(namedtuple)
Q(next)
Q(ord)
Q(path)