Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
launch
Method · 0.45
_launch
Method · 0.45
_launch
Method · 0.45
launch
Method · 0.45
_run_task
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected