leonhard-s/qgis-stubs

Restore `object` inheritance for sip.wrapper

leonhard-s opened this issue · 0 comments

Classes inheriting from sip.wrapper are typed as Any due to their inheritance from sip, which is typed as Any.

This causes patterns like self.__class__.__name__ to produce warnings despite this being perfectly valid at runtime.