Add staticmethod and classmethod to builtin namespace.

This commit is contained in:
Damien George
2014-02-06 20:31:44 +00:00
parent ddaf6c112c
commit 64131f3215
4 changed files with 38 additions and 20 deletions

View File

@@ -51,6 +51,7 @@ Q(bytearray)
Q(bytes)
Q(callable)
Q(chr)
Q(classmethod)
Q(complex)
Q(dict)
Q(dir)
@@ -80,6 +81,7 @@ Q(range)
Q(repr)
Q(set)
Q(sorted)
Q(staticmethod)
Q(sum)
Q(super)
Q(str)