Sun, 26 Feb 2023 12:44:03 +0100
MicroPython
- fixed an issue checking, if the device data is available
# -*- coding: utf-8 -*- # Copyright (c) 2021 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the jedi assistant interface. This package implements just the interface for the eric7 IDE. The underlying functionality is provided by the jedi library (<a href="https://github.com/davidhalter/jedi"> https://github.com/davidhalter/jedi</a>). """