Do PyQt classes inherit from object?
>>> from PyQt4 import QtCore
>>> QtCore.QObject.__mro__
(<class 'PyQt4.QtCore.QObject'>, <type 'sip.wrapper'>, <type 'sip.simplewrapper'>, <type 'object'>)
So the answer is yes (at least QObject does, but I assume non-descendants of QObject do, too).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With