Closed mkrieger1 closed 2 years ago
Looking at fixing main
CI in https://github.com/python-qt-tools/PyQt5-stubs/pull/199.
I hope you don't mind me jumping in and pushing a few details here. Just saves the back and forth which can be long when I know I haven't been particularly responsive.
But, thanks for the correction!
Sure, thanks!
If you can add a test for this, that would be even better. The spirit of the tests is to run very small code snippets and make sure they typecheck correctly.
I will look into it.
cellWidget
returns aQWidget
if it exists, orNone
if it doesn't exist.Confirmed by this short script:
Output: