mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
py: Add some qstrs to the global table.
This commit is contained in:
@@ -17,6 +17,7 @@ Q(__repl_print__)
|
||||
Q(__bool__)
|
||||
Q(__len__)
|
||||
Q(__getitem__)
|
||||
Q(__setitem__)
|
||||
Q(__add__)
|
||||
Q(__sub__)
|
||||
|
||||
@@ -96,6 +97,8 @@ Q(sort)
|
||||
Q(join)
|
||||
Q(strip)
|
||||
Q(format)
|
||||
Q(key)
|
||||
Q(reverse)
|
||||
|
||||
Q(<module>)
|
||||
Q(<lambda>)
|
||||
|
||||
Reference in New Issue
Block a user