mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
Implement repr.
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
# TODO: requires repr()
|
||||
#a = IndexError(1, "test", [100, 200])
|
||||
#print(repr(a))
|
||||
a = IndexError(1, "test", [100, 200])
|
||||
print(repr(a))
|
||||
|
||||
Reference in New Issue
Block a user