QThreadPool missing contains

henry.wede at yahoo.com henry.wede at yahoo.com
Tue Jan 17 20:25:48 GMT 2023


Hello,
Is QThreadPool missing "contains" or am I doing something wrong?

>>> from PyQt5.QtCore import QThreadPool, QRunnable>>> TP = QThreadPool()>>> Check = TP.contains(Whatever)Traceback (most recent call last):  File "<stdin>", line 1, in <module>AttributeError: 'QThreadPool' object has no attribute 'contains'

Yes, I have tried it with "proper code" and the result is the same.
Thanks for your insight.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20230117/b07dcb1f/attachment.htm>


More information about the PyQt mailing list