micropython-stubber
micropython-stubber copied to clipboard
Support v1.19.1 features & changes
V1.19.1 has a few relevant changes :
The sys module can now be used to fully identify the MicroPython version and target it is running on (and the platform module provides additional information when it's available).
The sys module has also had
- the MicroPython git version and build date appended to sys.version,
- sys.implementation._machine has been added,
- sys.implementation.mpy renamed to sys.implementation._mpy.