Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadDebugLog
Method · 0.95
saveDebugLog
Method · 0.95
Calls
2
getConfigDir
Method · 0.95
join
Method · 0.80
Tested by
no test coverage detected