mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Otherwise, it will silently get incorrect result on other values types,
including CPython tuple form like "foo.png".endswith(("png", "jpg"))
(which MicroPython doesn't support for unbloatedness).
2 lines
10 B
Plaintext
2 lines
10 B
Plaintext
TypeError
|