index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
feature_check
/
slice.py
blob: cdd42701af22772263874036f180d59758b025d1 (
plain
)
1
2
3
4
5
try
:
slice
print
(
"slice"
)
except
NameError
:
print
(
"no"
)