src/eric7/EricUtilities/EricMutexLocker.py

branch
eric7
changeset 10423
299802979277
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r e28b89693f37 -r 299802979277 src/eric7/EricUtilities/EricMutexLocker.py
--- a/src/eric7/EricUtilities/EricMutexLocker.py	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/EricUtilities/EricMutexLocker.py	Tue Dec 19 19:57:08 2023 +0100
@@ -40,9 +40,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