drone-micropython-raw 0.1.1

Bindings to MicroPython.
1
2
3
4
5
6
# MicroPython doesn't support tuple argument

try:
    "foobar".endswith(("bar", "sth"))
except TypeError:
    print("TypeError")