5 ms·
Does micropython not allow typing? That would be odd. I mean, i see how running it with mypy on an esp32 does not work, but the hints can be evaluated on the de
by ri0t 4y ago
Does micropython not allow typing? That would be odd. I mean, i see how running it with mypy on an esp32 does not work, but the hints can be evaluated on the dev-platform and used by the developer and his IDE/Linter/whatever.
- matt_trentini 4y agoIt allows typing as you'd expect. Edit: More specifically, the parser correctly ignores type hints.