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
/
basics
/
builtin_ellipsis.py
blob: d88647a89a20367d1903d70e7d686a37fd6348f8 (
plain
)
1
2
3
4
5
6
# tests that .../Ellipsis exists
print
(
...
)
print
(
Ellipsis
)
print
(
...
==
Ellipsis
)