src/eric7/EricGui/EricOverrideCursor.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10689
3ede487187f2
child 11090
f5f5f5803935
--- a/src/eric7/EricGui/EricOverrideCursor.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/EricGui/EricOverrideCursor.py	Mon Apr 22 18:23:20 2024 +0200
@@ -95,16 +95,16 @@
 
         return self
 
-    def __exit__(self, exc_type, exc_value, traceback):
+    def __exit__(self, _exc_type, _exc_value, _traceback):
         """
         Special method called when exiting the runtime ccontext.
 
-        @param exc_type type of an exception raised in the runtime context
+        @param _exc_type type of an exception raised in the runtime context (unused)
         @type Class
-        @param exc_value value of an exception raised in the runtime context
+        @param _exc_value value of an exception raised in the runtime context (unused)
         @type Exception
-        @param traceback traceback of an exception raised in the runtime
-            context
+        @param _traceback traceback of an exception raised in the runtime
+            context (unused)
         @type Traceback
         @return always returns None to not suppress any exception
         @rtype None

eric ide

mercurial