MCPcopy Create free account
hub / github.com/EasyIME/PIME / main

Function main

python/input_methods/chewing/config_tool.py:306–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304
305
306def main():
307 app = ConfigApp()
308 if len(sys.argv) >= 2 and sys.argv[1] == "user_phrase_editor":
309 tool_name = "user_phrase_editor"
310 else:
311 tool_name = "config_tool"
312 app.run(tool_name)
313
314
315if __name__ == "__main__":

Callers 1

config_tool.pyFile · 0.70

Calls 2

runMethod · 0.95
ConfigAppClass · 0.70

Tested by

no test coverage detected