MCPcopy
hub / github.com/yosinski/deep-visualization-toolbox / main

Function main

run_toolbox.py:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def main():
23 lv = LiveVis(settings)
24
25 help_keys, _ = bindings.get_key_help('help_mode')
26 quit_keys, _ = bindings.get_key_help('quit')
27 print '\n\nRunning toolbox. Push %s for help or %s to quit.\n\n' % (help_keys[0], quit_keys[0])
28 lv.run_loop()
29
30
31

Callers 1

run_toolbox.pyFile · 0.70

Calls 3

run_loopMethod · 0.95
LiveVisClass · 0.90
get_key_helpMethod · 0.80

Tested by

no test coverage detected