diff -r c5db073a124f -r 7afaf2fca55b Documentation/Source/eric5.DebugClients.Python3.DebugThread.html --- a/Documentation/Source/eric5.DebugClients.Python3.DebugThread.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.DebugClients.Python3.DebugThread.html Sat Aug 20 16:30:49 2011 +0200 @@ -56,12 +56,13 @@ <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="#DebugThread.__init__">DebugThread</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#DebugThread.bootstrap">bootstrap</a></td> <td>Private method to bootstrap the thread.</td> </tr><tr> @@ -81,6 +82,10 @@ <td>Private method wrapping the trace_dispatch of bdb.py.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="DebugThread.__init__" ID="DebugThread.__init__"></a> <h4>DebugThread (Constructor)</h4> <b>DebugThread</b>(<i>dbgClient, targ=None, args=None, kwargs=None, mainThread=False</i>)