MCPcopy 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
582def exit_app():
583 """Tidy up SDL2 and CEF before exiting."""
584 sdl2.SDL_Quit()
585 cef.Shutdown()
586 logging.info("Exited gracefully")
587
588
589if __name__ == "__main__":

Callers 2

mainFunction · 0.70
OnPaintMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected