MCPcopy Index your code
hub / github.com/geekcomputers/Python / main

Function main

JARVIS/cli.py:170–176  ·  view source on GitHub ↗
(argv=None)

Source from the content-addressed store, hash-verified

168
169
170def main(argv=None):
171 argv = argv or []
172 set_tts_engine(init_tts_engine())
173 if len(argv) > 1 and argv[1].lower() in {"--type", "--text"}:
174 typed_loop()
175 else:
176 voice_loop()

Callers 1

jarvis.pyFile · 0.90

Calls 4

set_tts_engineFunction · 0.85
init_tts_engineFunction · 0.85
typed_loopFunction · 0.85
voice_loopFunction · 0.85

Tested by

no test coverage detected