src/eric7/EricGui/EricOverrideCursor.py

branch
eric7
changeset 10423
299802979277
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/EricGui/EricOverrideCursor.py	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/EricGui/EricOverrideCursor.py	Tue Dec 19 19:57:08 2023 +0100
@@ -47,9 +47,12 @@
         Special method called when exiting the runtime ccontext.
 
         @param exc_type type of an exception raised in the runtime context
+        @type Class
         @param exc_value value of an exception raised in the runtime context
+        @type Exception
         @param traceback traceback of an exception raised in the runtime
             context
+        @type Traceback
         @return always returns None to not suppress any exception
         @rtype None
         """
@@ -97,9 +100,12 @@
         Special method called when exiting the runtime ccontext.
 
         @param exc_type type of an exception raised in the runtime context
+        @type Class
         @param exc_value value of an exception raised in the runtime context
+        @type Exception
         @param traceback traceback of an exception raised in the runtime
             context
+        @type Traceback
         @return always returns None to not suppress any exception
         @rtype None
         """

eric ide

mercurial