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

Function DestroyMessageLoopTimer

src/cefpython3.wx/chromectrl.py:45–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 cefpython.MessageLoopWork()
44
45def DestroyMessageLoopTimer():
46 global g_messageLoopTimer
47 Debug("DestroyMessageLoopTimer")
48 if g_messageLoopTimer:
49 g_messageLoopTimer.Stop()
50 g_messageLoopTimer = None
51 else:
52 # There was no browser created during session.
53 Debug("DestroyMessageLoopTimer: timer not started")
54
55#-------------------------------------------------------------------------------
56

Callers 1

ShutdownFunction · 0.85

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected