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
/
basics
/
bytes_construct_bytearray.py
blob: 75f08acd3b7724b981e92c6e2513ce2c54ff67f3 (
plain
)
1
2
3
# test construction of bytes from bytearray
print
(
bytes
(
bytearray
(
4
)))