xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
basics
/
bytes_construct_bytearray.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# test construction of bytes from bytearray
2
3
print
(
bytes
(
bytearray
(
4
)))
4