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

Method getConfigFile

python/input_methods/chewing/chewing_config.py:85–86  ·  view source on GitHub ↗
(self, name="config.json")

Source from the content-addressed store, hash-verified

83 return config_dir
84
85 def getConfigFile(self, name="config.json"):
86 return os.path.join(self.getConfigDir(), name)
87
88 def getUserPhrase(self):
89 return os.path.join(self.getConfigDir(), DB_NAME)

Callers 3

loadMethod · 0.95
saveMethod · 0.95
updateMethod · 0.95

Calls 2

getConfigDirMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected