MCPcopy Create free account
hub / github.com/InternScience/SciReason / run

Method run

opencompass/utils/menu.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 stdscr.refresh()
44
45 def run(self):
46 curses.wrapper(self.main_loop)
47 return self.choices
48
49 def main_loop(self, stdscr):
50 curses.curs_set(0)

Callers 5

launchMethod · 0.45
_launchMethod · 0.45
_launchMethod · 0.45
launchMethod · 0.45
_run_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected