Add staticmethod and classmethod to builtin namespace.
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index dcd4ba4..b90c502 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -51,6 +51,7 @@
 Q(bytes)
 Q(callable)
 Q(chr)
+Q(classmethod)
 Q(complex)
 Q(dict)
 Q(dir)
@@ -80,6 +81,7 @@
 Q(repr)
 Q(set)
 Q(sorted)
+Q(staticmethod)
 Q(sum)
 Q(super)
 Q(str)