--- a/src/eric7/Documentation/Source/eric7.EricUtilities.EricMutexLocker.html Mon Apr 22 13:20:16 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricUtilities.EricMutexLocker.html Mon Apr 22 15:15:36 2024 +0200 @@ -106,25 +106,25 @@ </dl> <a NAME="EricMutexLocker.__exit__" ID="EricMutexLocker.__exit__"></a> <h4>EricMutexLocker.__exit__</h4> -<b>__exit__</b>(<i>exc_type, exc_value, traceback</i>) +<b>__exit__</b>(<i>_exc_type, _exc_value, _traceback</i>) <p> Special method called when exiting the runtime ccontext. </p> <dl> -<dt><i>exc_type</i> (Class)</dt> +<dt><i>_exc_type</i> (Class)</dt> <dd> -type of an exception raised in the runtime context +type of an exception raised in the runtime context (unused) </dd> -<dt><i>exc_value</i> (Exception)</dt> +<dt><i>_exc_value</i> (Exception)</dt> <dd> -value of an exception raised in the runtime context +value of an exception raised in the runtime context (unused) </dd> -<dt><i>traceback</i> (Traceback)</dt> +<dt><i>_traceback</i> (Traceback)</dt> <dd> traceback of an exception raised in the runtime - context + context (unused) </dd> </dl> <dl>