Documentation/Source/eric6.DebugClients.Python2.DebugClientThreads.html

changeset 5161
f7b6ded9cc37
parent 5144
1ab536d25072
--- a/Documentation/Source/eric6.DebugClients.Python2.DebugClientThreads.html	Sat Sep 10 19:32:56 2016 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python2.DebugClientThreads.html	Sun Sep 11 13:11:58 2016 +0200
@@ -99,11 +99,11 @@
         Constructor
 </p><a NAME="DebugClientThreads.attachThread" ID="DebugClientThreads.attachThread"></a>
 <h4>DebugClientThreads.attachThread</h4>
-<b>attachThread</b>(<i>target=None, args=None, kwargs=None, mainThread=0</i>)
+<b>attachThread</b>(<i>target=None, args=None, kwargs=None, mainThread=False</i>)
 <p>
         Public method to setup a thread for DebugClient to debug.
 </p><p>
-        If mainThread is non-zero, then we are attaching to the already
+        If mainThread is True, then we are attaching to the already
         started mainthread of the app and the rest of the args are ignored.
 </p><dl>
 <dt><i>target</i></dt>
@@ -118,13 +118,13 @@
 keyword arguments to pass to target
 </dd><dt><i>mainThread</i></dt>
 <dd>
-non-zero, if we are attaching to the already
+True, if we are attaching to the already
               started mainthread of the app
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-The identifier of the created thread
+identifier of the created thread
 </dd>
 </dl><a NAME="DebugClientThreads.eventLoop" ID="DebugClientThreads.eventLoop"></a>
 <h4>DebugClientThreads.eventLoop</h4>
@@ -139,11 +139,11 @@
 </dd>
 </dl><a NAME="DebugClientThreads.lockClient" ID="DebugClientThreads.lockClient"></a>
 <h4>DebugClientThreads.lockClient</h4>
-<b>lockClient</b>(<i>blocking=1</i>)
+<b>lockClient</b>(<i>blocking=True</i>)
 <p>
         Public method to acquire the lock for this client.
 </p><dl>
-<dt><i>blocking</i></dt>
+<dt><i>blocking</i> (bool)</dt>
 <dd>
 flag to indicating a blocking lock
 </dd>
@@ -152,6 +152,11 @@
 <dd>
 flag indicating successful locking
 </dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="DebugClientThreads.setCurrentThread" ID="DebugClientThreads.setCurrentThread"></a>
 <h4>DebugClientThreads.setCurrentThread</h4>
 <b>setCurrentThread</b>(<i>id</i>)

eric ide

mercurial