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
/
feature_check
/
bytearray.py
blob: 601ef4597c4420945eec39d0feb71e48d21eb2e0 (
plain
) (
blame
)
1
2
3
4
5
try: bytearray print("bytearray") except NameError: print("no")