DebugClients/Python/DebugClientThreads.py

changeset 3591
2f2a4a76dd22
parent 3160
209a07d7e401
child 4021
195a471c327b
--- a/DebugClients/Python/DebugClientThreads.py	Sat May 17 19:58:49 2014 +0200
+++ b/DebugClients/Python/DebugClientThreads.py	Sun May 18 14:13:09 2014 +0200
@@ -147,7 +147,7 @@
         
     def setCurrentThread(self, id):
         """
-        Private method to set the current thread.
+        Public method to set the current thread.
 
         @param id the id the current thread should be set to.
         """
@@ -177,7 +177,7 @@
 
     def set_quit(self):
         """
-        Private method to do a 'set quit' on all threads.
+        Public method to do a 'set quit' on all threads.
         """
         try:
             locked = self.lockClient(0)

eric ide

mercurial