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 |