src/eric7/Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py
--- 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()

eric ide

mercurial