[PyQt] QThread issue

Phil Thompson phil at riverbankcomputing.com
Thu Sep 6 16:44:41 BST 2018


On 6 Sep 2018, at 4:35 pm, Bleier, Leor Z. (GSFC-5820) <leor.z.bleier at nasa.gov> wrote:
> 
> I see, thanks. Please forgive my confusion, because the PytQt5 documentation here: http://pyqt.sourceforge.net/Docs/PyQt5/api/QtCore/qthread.html just points to the 5.11 Qt documentation, which states that "create" does exist. If the two are not really 1:1, should that not be at least mentioned somewhere? Are there other modules like this, where the documentation does not match what's actually available?

There is no PyQt API documentation. As I said, the only definitive source is help().

However I am currently (literally) working on producing PyQt API documentation which will only contain stuff actually implemented in PyQt.

Phil


More information about the PyQt mailing list