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

Function create_browser

examples/pywin32.py:114–118  ·  view source on GitHub ↗
(window_info, settings, url)

Source from the content-addressed store, hash-verified

112
113
114def create_browser(window_info, settings, url):
115 assert(cef.IsThread(cef.TID_UI))
116 cef.CreateBrowserSync(window_info=window_info,
117 settings=settings,
118 url=url)
119
120
121def create_window(title, class_name, width, height, window_proc, icon):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected