Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initChewingContext
Method · 0.80
onKeyDown
Method · 0.80
config_tool.py
File · 0.80
Calls
2
getConfigDir
Method · 0.95
join
Method · 0.80
Tested by
no test coverage detected