Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ exit_app
Function
exit_app
examples/pysdl2.py:582–586 ·
view source on GitHub ↗
Tidy up SDL2 and CEF before exiting.
()
Source
from the content-addressed store, hash-verified
580
581
582
def
exit_app():
583
""
"Tidy up SDL2 and CEF before exiting."
""
584
sdl2.SDL_Quit()
585
cef.Shutdown()
586
logging.info(
"Exited gracefully"
)
587
588
589
if
__name__ ==
"__main__"
:
Callers
2
main
Function · 0.70
OnPaint
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected