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%
Tree:
428a1f0229
passport-firmware
/
tests
/
basics
/
bytes_construct_bytearray.py
3 lines
72 B
Raw
Blame
History
# test construction of bytes from bytearray
print
(
bytes
(
bytearray
(
4
)
)
)
Reference in new issue