--- a/src/eric7/Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -138,111 +138,111 @@ self.eMessage.setEnabled(not self.rAboutQt.isChecked()) @pyqtSlot(bool) - def on_rInformation_toggled(self, on): + def on_rInformation_toggled(self, _on): """ Private slot to handle the toggled signal of the rInformation radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rQuestion_toggled(self, on): + def on_rQuestion_toggled(self, _on): """ Private slot to handle the toggled signal of the rQuestion radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rWarning_toggled(self, on): + def on_rWarning_toggled(self, _on): """ Private slot to handle the toggled signal of the rWarning radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rCritical_toggled(self, on): + def on_rCritical_toggled(self, _on): """ Private slot to handle the toggled signal of the rCritical radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rYesNo_toggled(self, on): + def on_rYesNo_toggled(self, _on): """ Private slot to handle the toggled signal of the rYesNo radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rRetryAbort_toggled(self, on): + def on_rRetryAbort_toggled(self, _on): """ Private slot to handle the toggled signal of the rRetryAbort radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rOkToClearData_toggled(self, on): + def on_rOkToClearData_toggled(self, _on): """ Private slot to handle the toggled signal of the rOkToClearData radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rAbout_toggled(self, on): + def on_rAbout_toggled(self, _on): """ Private slot to handle the toggled signal of the rAbout radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rAboutQt_toggled(self, on): + def on_rAboutQt_toggled(self, _on): """ Private slot to handle the toggled signal of the rAboutQt radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups() @pyqtSlot(bool) - def on_rStandard_toggled(self, on): + def on_rStandard_toggled(self, _on): """ Private slot to handle the toggled signal of the rStandard radio button. - @param on toggle state (ignored) + @param _on toggle state (unused) @type bool """ self.__enabledGroups()