Open StSav012 opened 1 year ago
I thought about a suggestion that could minimize the current changes you did in PR #465 to clear our names, and the future required ones: what if we import the _utils
module instead of individual elements of it?
That way we'd only need to remove that module instead.
what if we import the
_utils
module instead of individual elements of it?
Done. Thank you for the suggestion! The code might have become just a bit slower, but also a bit clearer to read.
The following piece of code shows all the extra stuff
QtPy
adds to thePyQt
/PySide
modules:(It might be better to test the APIs one by one.)
For most of the modules, it's just
PYQT5
,PYQT6
,PYSIDE2
, andPYSIDE6
. This can easily be cured withappended to the files. So, I've excluded them from the results for now. Still, I've got the following:
That's a lot, and most of this is what I've brought. 😢