Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
2bf5a947b2b01f2be6c7b05707391dd09b240ad0
/
.
/
tests
/
basics
/
int_bytes_notimpl.py
blob: b149f44966bb1add2755ed0f44f5469724c4c95b [
file
] [
log
] [
blame
]
Paul Sokolovsky
aee13ef
2016-12-09 22:53:30 +0300
[
diff
] [
blame
]
1
try
:
2
print
((
10
).
to_bytes
(
1
,
"big"
))
3
except
Exception
as
e
:
4
print
(
type
(
e
))