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

Function main

unittests/issue517.py:32–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 return None
31
32def main():
33 sys.excepthook = cef.ExceptHook
34 cef.Initialize()
35 browser = cef.CreateBrowserSync(url=cef.GetDataUrl(html))
36 browser.SetClientHandler(RequestHandler())
37 cef.MessageLoop()
38 del browser
39 cef.Shutdown()
40
41
42if __name__ == '__main__':

Callers 1

issue517.pyFile · 0.70

Calls 2

SetClientHandlerMethod · 0.80
RequestHandlerClass · 0.70

Tested by

no test coverage detected