diff options
| author | Christian Tismer <tismer@stackless.com> | 2025-02-12 14:39:15 +0100 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2025-02-13 12:09:32 +0100 |
| commit | afc83313381817b75c4907755131bc2fc892e828 (patch) | |
| tree | 13bd34258afdf3a9fb353eb4109e4c4b3820da39 /sources/pyside6/doc/tutorials/modelviewprogramming | |
| parent | 920e6e9e621235117827980e9f86b532b357122e (diff) | |
type hints: Replace removal of inconsistent overloads by error ignore
When switching to positional-only parameters, a few new errors
popped up when overloads had inconsistent methods and staticmethod.
This was not perfectly solved by removal. Instead, we keep this
inconsistency and disable the MyPy errors. This is not only a misc
error, but an overload-cannot-match error follows immediately.
Hopefully Qt will drop these mixed cases, soon.
Change-Id: If8e9c2cf57f1a44ae7db9985532c191c22d1a64e
Fixes: PYSIDE-3003
Task-number: PYSIDE-2846
Pick-to: 6.8
Reviewed-by: Ece Cinucen <ece.cinucen@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials/modelviewprogramming')
0 files changed, 0 insertions, 0 deletions
