Shuts down CEF, should be called by app exiting code
()
| 415 | cefpython.Initialize(settings, switches) |
| 416 | |
| 417 | def Shutdown(): |
| 418 | """Shuts down CEF, should be called by app exiting code""" |
| 419 | DestroyMessageLoopTimer() |
| 420 | cefpython.Shutdown() |
nothing calls this directly
no test coverage detected