Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ abort
Function
abort
modules/engine/basic_meta/_deprecated/luabind_imgui.py:9–11 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
7
from
mako.template
import
Template
8
9
def
abort(message):
10
print(message, file=sys.stderr)
11
sys.exit(1)
12
13
14
def
render(filename, **context):
Callers
2
render
Function · 0.70
write
Function · 0.70
Calls
2
exit
Method · 0.80
print
Function · 0.50
Tested by
no test coverage detected