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

Method getUserPhrase

python/input_methods/chewing/chewing_config.py:88–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 return os.path.join(self.getConfigDir(), name)
87
88 def getUserPhrase(self):
89 return os.path.join(self.getConfigDir(), DB_NAME)
90
91 def getSelKeys(self):
92 return selKeys[self.selKeyType]

Callers 3

initChewingContextMethod · 0.80
onKeyDownMethod · 0.80
config_tool.pyFile · 0.80

Calls 2

getConfigDirMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected