IceSpringPySideStubs
IceSpringPySideStubs copied to clipboard
Standard text instead of doc in some cases
Hello! Thanks for creating this stubs package, it is really helpful! I tried using it, but got weird behavior on many docs.
Example:
window.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))

Python 3.10 and PySide6 6.2.3 Some work just fine and some show this standard text instead of the documentation.
Do you have an Idea what might be the Issue?
The documents are extracted from the official HTML documents, to match the associated Python code. Now only Class and Method documents are supported. Enum Constant support has not been completed.