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

Method getConfigFile

python/cinbase/config.py:96–97  ·  view source on GitHub ↗
(self, name="config.json")

Source from the content-addressed store, hash-verified

94 return config_dir
95
96 def getConfigFile(self, name="config.json"):
97 return os.path.join(self.getConfigDir(), name)
98
99 def getSelKeys(self):
100 return selKeys[self.selKeyType]

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