index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
basics
/
bytes_construct_bytearray.py
blob: 75f08acd3b7724b981e92c6e2513ce2c54ff67f3 (
plain
) (
blame
)
1
2
3
# test construction of bytes from bytearray print(bytes(bytearray(4)))