micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Foo:
|
||||
def __radd__(self, other):
|
||||
pass
|
||||
|
||||
|
||||
try:
|
||||
5 + Foo()
|
||||
except TypeError:
|
||||
print("TypeError")
|
Reference in New Issue
Block a user