(self, cbTS, PhraseData)
| 3272 | |
| 3273 | class LoadPhraseData(threading.Thread): |
| 3274 | def __init__(self, cbTS, PhraseData): |
| 3275 | threading.Thread.__init__(self) |
| 3276 | self.cbTS = cbTS |
| 3277 | self.PhraseData = PhraseData |
| 3278 | |
| 3279 | def run(self): |
| 3280 | self.PhraseData.loading = True |