src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10690
fab36645aa7d
diff -r 47be220abdaf -r 779cda568acb src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py
--- a/src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Sat Apr 20 18:01:36 2024 +0200
@@ -477,14 +477,14 @@
 
         return newIndex
 
-    def __captionChange(self, cap, editor):  # noqa: U100
+    def __captionChange(self, _cap, editor):
         """
         Private slot to handle Caption change signals from the editor.
 
         Updates the tab text and tooltip text to reflect the new caption
         information.
 
-        @param cap Caption for the editor
+        @param _cap caption for the editor (unused)
         @type str
         @param editor Editor to update the caption for
         @type Editor
@@ -1163,7 +1163,7 @@
 
         @param win editor assembly to be shown
         @type EditorAssembly
-        @param fn filename of this editor
+        @param fn filename of this editor (unused)
         @type str
         """
         win.show()

eric ide

mercurial