This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
tests
/
micropython
/
decorator.py
10 lines
107 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Add tests for things that are not already tested. The aim here is to improve coverage of the code.
2015-03-12 22:47:44 +00:00
# test micropython-specific decorators
run code formatting script
2021-03-15 19:27:36 +05:30
tests: Add tests for things that are not already tested. The aim here is to improve coverage of the code.
2015-03-12 22:47:44 +00:00
@micropython.bytecode
def
f
(
)
:
run code formatting script
2021-03-15 19:27:36 +05:30
return
"
bytecode
"
tests: Add tests for things that are not already tested. The aim here is to improve coverage of the code.
2015-03-12 22:47:44 +00:00
print
(
f
(
)
)
Reference in New Issue
Copy Permalink