MCPcopy Create free account
hub / github.com/comaps/comaps / run

Function run

tools/python/tts_languages.py:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62def run():
63 strings_name, langs_hpp_name = parse_args()
64 langs = read_languages(strings_name)
65 make_languages_hpp(langs, langs_hpp_name)
66
67
68if __name__ == "__main__":

Callers 1

tts_languages.pyFile · 0.85

Calls 3

read_languagesFunction · 0.85
make_languages_hppFunction · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected