src/eric7/Documentation/Source/eric7.EricGui.EricOverrideCursor.html

branch
eric7
changeset 10689
3ede487187f2
parent 10479
856476537696
child 10690
fab36645aa7d
--- a/src/eric7/Documentation/Source/eric7.EricGui.EricOverrideCursor.html	Mon Apr 22 13:20:16 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.EricGui.EricOverrideCursor.html	Mon Apr 22 15:15:36 2024 +0200
@@ -115,25 +115,25 @@
 </dl>
 <a NAME="EricOverrideCursor.__exit__" ID="EricOverrideCursor.__exit__"></a>
 <h4>EricOverrideCursor.__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>

eric ide

mercurial