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

Method getConfigFile

python/cinbase/debug.py:27–28  ·  view source on GitHub ↗
(self, name="debug.json")

Source from the content-addressed store, hash-verified

25 return config_dir
26
27 def getConfigFile(self, name="debug.json"):
28 return os.path.join(self.getConfigDir(), name)
29
30 def loadDebugLog(self):
31 jsondata = {}

Callers 2

loadDebugLogMethod · 0.95
saveDebugLogMethod · 0.95

Calls 2

getConfigDirMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected