Description
As shown in QTBUG-121468, anonymous parameters in the classes declaration trigger the generation of an automatic parameter name on the Python side which is not developer friendly (case in point `arg__1` vs `indent`.
This bug tracks the cleanup work that should make the code of the QDom components more PySide6 friendly as well as improve it's reading and documentation.
Attachments
Issue Links
- relates to
-
QTBUG-121468 QDomDocument missing parameter names in `toString()` and `toByteArray()`
- Closed