eric6/Documentation/Source/eric6.DebugClients.Python.ThreadExtension.html

changeset 7365
da7e4df94076
parent 7273
391d6b7b1eff
child 7414
d02ed92ef3b2
diff -r bcf6b40e7790 -r da7e4df94076 eric6/Documentation/Source/eric6.DebugClients.Python.ThreadExtension.html
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.ThreadExtension.html	Wed Jan 01 20:55:58 2020 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.ThreadExtension.html	Wed Jan 08 18:57:10 2020 +0100
@@ -35,6 +35,10 @@
 <table>
 
 <tr>
+<td><a href="#DummyThreadWrapper">DummyThreadWrapper</a></td>
+<td>Wrapper class for threading._DummyThread.</td>
+</tr>
+<tr>
 <td><a href="#QThreadWrapper">QThreadWrapper</a></td>
 <td>Wrapper class for *.QThread.</td>
 </tr>
@@ -58,6 +62,49 @@
 </table>
 <hr />
 <hr />
+<a NAME="DummyThreadWrapper" ID="DummyThreadWrapper"></a>
+<h2>DummyThreadWrapper</h2>
+
+<p>
+                Wrapper class for threading._DummyThread.
+</p>
+<h3>Derived from</h3>
+module._DummyThread, ThreadWrapper
+<h3>Class Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+
+<table>
+
+<tr>
+<td><a href="#DummyThreadWrapper.__init__">DummyThreadWrapper</a></td>
+<td>Constructor</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<a NAME="DummyThreadWrapper.__init__" ID="DummyThreadWrapper.__init__"></a>
+<h4>DummyThreadWrapper (Constructor)</h4>
+<b>DummyThreadWrapper</b>(<i>*args, **kwargs</i>)
+
+<p>
+                    Constructor
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="QThreadWrapper" ID="QThreadWrapper"></a>
 <h2>QThreadWrapper</h2>
 

eric ide

mercurial