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

Method resetHomophoneMode

python/cinbase/__init__.py:2697–2703  ·  view source on GitHub ↗
(self, cbTS)

Source from the content-addressed store, hash-verified

2695
2696 # 重置同音字模式
2697 def resetHomophoneMode(self, cbTS):
2698 cbTS.homophonemode = False
2699 cbTS.homophoneselpinyinmode = False
2700 cbTS.homophoneChar = ''
2701 cbTS.homophoneStr = ''
2702 cbTS.isHomophoneChardefs = False
2703 cbTS.homophonecandidates = []
2704
2705 # 判斷數字鍵?
2706 def isNumberChar(self, keyCode):

Callers 2

onKeyDownMethod · 0.95
setOutputFSymbolsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected