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

Method __init__

python/cinbase/__init__.py:3391–3394  ·  view source on GitHub ↗
(self, cbTS, HCinTable)

Source from the content-addressed store, hash-verified

3389
3390class LoadHCinTable(threading.Thread):
3391 def __init__(self, cbTS, HCinTable):
3392 threading.Thread.__init__(self)
3393 self.cbTS = cbTS
3394 self.HCinTable = HCinTable
3395
3396 def run(self):
3397 if DEBUG_MODE:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected