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

Function Debug

src/cefpython3.wx/chromectrl.py:16–18  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

14g_settings = None
15
16def Debug(msg):
17 if g_settings and "debug" in g_settings and g_settings["debug"]:
18 print("[chromectrl.py] "+msg)
19
20#-------------------------------------------------------------------------------
21

Callers 6

CreateMessageLoopTimerFunction · 0.85
DestroyMessageLoopTimerFunction · 0.85
__init__Method · 0.85
LoadUrlMethod · 0.85
OnLoadErrorMethod · 0.85
OnLoadErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected