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

Method setAutoLearn

python/input_methods/chewing/chewing_ime.py:295–299  ·  view source on GitHub ↗
(self, autoLearn)

Source from the content-addressed store, hash-verified

293
294 # 設定是否啟用自動學習功能
295 def setAutoLearn(self, autoLearn):
296 if autoLearn:
297 self.chewingContext.set_autoLearn(AUTOLEARN_ENABLED)
298 else:
299 self.chewingContext.set_autoLearn(AUTOLEARN_DISABLED)
300
301 # 設定選字按鍵 (123456..., asdf....等等)
302 def setSelKeys(self, selKeys):

Callers 1

applyConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected