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

Method get_explain

dictutils.py:923–927  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

921 return '<br>\n'.join(output)
922
923 def get_explain (self, data):
924 cald = self.get_cald(data)
925 if cald:
926 return cald
927 return self.get_collins(data)
928
929 def generate_front (self, data):
930 html = []

Callers 1

generate_backMethod · 0.95

Calls 2

get_caldMethod · 0.95
get_collinsMethod · 0.95

Tested by

no test coverage detected