DebugClients/Python3/DebugThread.py

branch
jsonrpc
changeset 5131
889ed5ff7a68
parent 4631
5c1a96925da4
equal deleted inserted replaced
5130:27fe451262bf 5131:889ed5ff7a68
29 29
30 @param dbgClient the owning client 30 @param dbgClient the owning client
31 @param targ the target method in the run thread 31 @param targ the target method in the run thread
32 @param args arguments to be passed to the thread 32 @param args arguments to be passed to the thread
33 @param kwargs arguments to be passed to the thread 33 @param kwargs arguments to be passed to the thread
34 @param mainThread 0 if this thread is not the mainscripts thread 34 @param mainThread False if this thread is not the main script's thread
35 """ 35 """
36 DebugBase.__init__(self, dbgClient) 36 DebugBase.__init__(self, dbgClient)
37 37
38 self._target = targ 38 self._target = targ
39 self._args = args 39 self._args = args

eric ide

mercurial