This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
passport-firmware
mirror of
https://github.com/lukechilds/passport-firmware.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
69
Commits
42
Branches
8
Tags
43 MiB
C
88.6%
Assembly
4.2%
Python
4%
C++
1.1%
PHP
0.5%
Other
1.2%
Branch:
main
passport-firmware
/
tests
/
micropython
/
decorator.py
7 lines
105 B
Raw
Permalink
Blame
History
# test micropython-specific decorators
@micropython
.
bytecode
def
f
(
)
:
return
'
bytecode
'
print
(
f
(
)
)
Reference in new issue