4186:e2bf1c32272b | 4187:61fd08bac49b |
---|---|
44 # by DebugClientThreads and Bdb... | 44 # by DebugClientThreads and Bdb... |
45 self._threadRunning = False | 45 self._threadRunning = False |
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 |