micropython: add micropython component
This commit is contained in:
5
components/language/micropython/tests/basics/fun_str.py
Normal file
5
components/language/micropython/tests/basics/fun_str.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# test str of function
|
||||
|
||||
def f():
|
||||
pass
|
||||
print(str(f)[:8])
|
Reference in New Issue
Block a user