mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
Add staticmethod and classmethod to builtin namespace.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user