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

Method __init__

python/input_methods/chearray/chearray_ime.py:160–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158class CinTable:
159 loading = False
160 def __init__(self):
161 self.cin = None
162 self.curCinType = None
163 self.userExtendTable = None
164 self.priorityExtendTable = None
165 self.ignorePrivateUseArea = None
166CinTable = CinTable()
167
168

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected