Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
af43565322f5c45a1a92df1afceff24c93021998
af43565322f5c45a1a92df1afceff24c93021998
Switch branch/tag
uPython-mirror
tests
micropython
decorator.py
Find file
Normal view
History
Permalink
decorator.py
105 Bytes
Newer
Older
tests: Add tests for things that are not already tested.
Damien George
committed
Mar 12, 2015
1
2
3
4
5
6
7
# test micropython-specific decorators
@
micropython
.
bytecode
def
f
():
return
'bytecode'
print
(
f
())