MCPcopy
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

test3Function · 0.95
__openMethod · 0.45
removeMethod · 0.45
delete_allMethod · 0.45
updateMethod · 0.45
commitMethod · 0.45
initMethod · 0.45
delete_allMethod · 0.45
updateMethod · 0.45
discrepancy_importMethod · 0.45
tab_txt_importMethod · 0.45
convert_dictFunction · 0.45

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected