JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
506 stars 106 forks source link

typehints missing ntptime #245

Open ccrighton opened 1 year ago

ccrighton commented 1 year ago

ntptime is missing from https://github.com/JetBrains/intellij-micropython/tree/master/typehints

The module can be found here: https://github.com/micropython/micropython-lib/blob/master/micropython/net/ntptime/ntptime.py

It was factored out of the esp8266 module and included generally in v1.20.0. See: https://micropython.org/resources/micropython-ChangeLog.txt