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