You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tp_hash slots are not inherited. Specifically, in PyQt, QUuid has an implementation of __hash__() but the QBluetoothUuid sub-class is not hashable. The workaround is to provide QBluetoothUuid with its own __hash__() implementation.
The text was updated successfully, but these errors were encountered:
tp_hash
slots are not inherited. Specifically, in PyQt,QUuid
has an implementation of__hash__()
but theQBluetoothUuid
sub-class is not hashable. The workaround is to provideQBluetoothUuid
with its own__hash__()
implementation.The text was updated successfully, but these errors were encountered: