DebugClients/Python/DebugThread.py

branch
6_0_x
changeset 4188
447bd181896b
parent 4022
f5f42921717e
child 4541
e8ddd9d76414
equal deleted inserted replaced
4185:07030b761baf 4188:447bd181896b
44 # by DebugClientThreads and Bdb... 44 # by DebugClientThreads and Bdb...
45 self._threadRunning = 0 45 self._threadRunning = 0
46 46
47 self.__ident = None # id of this thread. 47 self.__ident = None # id of this thread.
48 self.__name = "" 48 self.__name = ""
49 self.tracePython = False
49 50
50 def set_ident(self, id): 51 def set_ident(self, id):
51 """ 52 """
52 Public method to set the id for this thread. 53 Public method to set the id for this thread.
53 54

eric ide

mercurial