MCPcopy Create free account
hub / github.com/EasyIME/PIME / __init__

Method __init__

python/cinbase/__init__.py:3274–3277  ·  view source on GitHub ↗
(self, cbTS, PhraseData)

Source from the content-addressed store, hash-verified

3272
3273class 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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected