MCPcopy
hub / github.com/skywind3000/ECDICT / test2

Function test2

dictutils.py:1021–1027  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1019 print(generator.word_exchange(data, 1))
1020
1021 def test2():
1022 resemble.load('resemble.txt')
1023 # print resemble.dump_text(resemble[0])
1024 for wt in resemble['stimulate']:
1025 print resemble.dump_html(wt, 1).encode('gbk', 'ignore')
1026 print ''
1027 return 0
1028
1029 def test3():
1030 if not resemble.load('resemble.txt'):

Callers

nothing calls this directly

Calls 3

encodeMethod · 0.80
dump_htmlMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected