Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
2bf5a947b2b01f2be6c7b05707391dd09b240ad0
/
.
/
tests
/
basics
/
int_bytes_notimpl.py
blob: b149f44966bb1add2755ed0f44f5469724c4c95b [
file
] [
log
] [
blame
]
try
:
print
((
10
).
to_bytes
(
1
,
"big"
))
except
Exception
as
e
:
print
(
type
(
e
))