Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ __init__
Method
__init__
python/cinbase/__init__.py:3296–3299 ·
view source on GitHub ↗
(self, cbTS, CinTable)
Source
from the content-addressed store, hash-verified
3294
3295
class
LoadCinTable(threading.Thread):
3296
def
__init__(self, cbTS, CinTable):
3297
threading.Thread.__init__(self)
3298
self.cbTS = cbTS
3299
self.CinTable = CinTable
3300
3301
def
run(self):
3302
if
DEBUG_MODE:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected