--- 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 """