index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
feature_check
/
bytearray.py
blob: 601ef4597c4420945eec39d0feb71e48d21eb2e0 (
plain
)
1
2
3
4
5
try
:
bytearray
print
(
"bytearray"
)
except
NameError
:
print
(
"no"
)