MCPcopy Create free account
hub / github.com/cztomczak/cefpython / Shutdown

Function Shutdown

src/cefpython3.wx/chromectrl.py:417–420  ·  view source on GitHub ↗

Shuts down CEF, should be called by app exiting code

()

Source from the content-addressed store, hash-verified

415 cefpython.Initialize(settings, switches)
416
417def Shutdown():
418 """Shuts down CEF, should be called by app exiting code"""
419 DestroyMessageLoopTimer()
420 cefpython.Shutdown()

Callers

nothing calls this directly

Calls 1

DestroyMessageLoopTimerFunction · 0.85

Tested by

no test coverage detected