mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
py: Add hex builtin function.
A one-liner, added especially for @pfalcon :)
This commit is contained in:
@@ -106,6 +106,8 @@ Q(from_bytes)
|
||||
Q(getattr)
|
||||
Q(globals)
|
||||
Q(hash)
|
||||
Q(hex)
|
||||
Q(%x)
|
||||
Q(id)
|
||||
Q(io)
|
||||
Q(int)
|
||||
|
||||
Reference in New Issue
Block a user