Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ load_config
Method
load_config
python/cinbase/configtool.py:133–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
self.write(
'{"return":true}'
)
132
133
def
load_config(self):
134
cfg.load()
135
config = cfg.toJson()
# the current settings
136
return
config
137
138
def
load_cindata(self):
139
cfg.load()
Callers
1
get
Method · 0.95
Calls
2
load
Method · 0.45
toJson
Method · 0.45
Tested by
no test coverage detected