micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# test builtin hash function, on generators
|
||||
|
||||
def gen():
|
||||
yield
|
||||
|
||||
print(type(hash(gen)))
|
||||
print(type(hash(gen())))
|
Reference in New Issue
Block a user