Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/runhey/OnmyojiAutoScript
/ run
Method
run
tasks/GotoMain/script_task.py:12–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
class
ScriptTask(GameUi):
11
12
def
run(self) -> None:
13
self.ui_get_current_page()
14
self.ui_goto(page_main)
15
raise
TaskEnd(
'Goto main end'
)
Callers
nothing calls this directly
Calls
3
TaskEnd
Class · 0.90
ui_get_current_page
Method · 0.80
ui_goto
Method · 0.80
Tested by
no test coverage detected