def shouldRecord(self, widget, responseId, *args): return self.responseId == responseId and \ SignalEvent.shouldRecord(self, widget, responseId, *args)
def shouldRecord(self, widget, responseId, *args): return self.responseId == responseId and \ SignalEvent.shouldRecord(self, widget, responseId, *args) and \ not self.superfluousAutoGenerated()