DebugClients/Python3/DebugClientThreads.py

changeset 5161
f7b6ded9cc37
parent 5128
b6cbdba69967
child 5162
bbf2bb2d533c
--- a/DebugClients/Python3/DebugClientThreads.py	Sat Sep 10 19:32:56 2016 +0200
+++ b/DebugClients/Python3/DebugClientThreads.py	Sun Sep 11 13:11:58 2016 +0200
@@ -79,7 +79,7 @@
         """
         Public method to setup a thread for DebugClient to debug.
         
-        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.
         
         @param target the start function of the target thread (i.e. the
@@ -128,7 +128,9 @@
         Public method to acquire the lock for this client.
         
         @param blocking flag to indicating a blocking lock
+        @type bool
         @return flag indicating successful locking
+        @rtype bool
         """
         if blocking:
             self.clientLock.acquire()

eric ide

mercurial