Пример #1
0
 def __ge__(self, other):
     if isinstance(other, ScriptWidgetItem):
         return QTreeWidgetItem.__ge__(self, other)
     else:
         return False
Пример #2
0
 def __ge__(self, other):
     if isinstance(other, ScriptWidgetItem):
         return QTreeWidgetItem.__ge__(self, other)
     else:
         return False