Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/skywind3000/ECDICT
/ commit
Method
commit
stardict.py:1009–1012 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1007
1008
# 提交变更
1009
def
commit (self):
1010
if
self.__csvname:
1011
self.save(self.__csvname, self.__codec)
1012
return
True
1013
1014
# 取得所有单词
1015
def
dumps (self):
Callers
12
test3
Function · 0.95
__open
Method · 0.45
remove
Method · 0.45
delete_all
Method · 0.45
update
Method · 0.45
commit
Method · 0.45
init
Method · 0.45
delete_all
Method · 0.45
update
Method · 0.45
discrepancy_import
Method · 0.45
tab_txt_import
Method · 0.45
convert_dict
Function · 0.45
Calls
1
save
Method · 0.95
Tested by
no test coverage detected