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

Method __init__

examples/qt.py:204–210  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

202
203class CefWidget(CefWidgetParent):
204 def __init__(self, parent=None):
205 # noinspection PyArgumentList
206 super(CefWidget, self).__init__(parent)
207 self.parent = parent
208 self.browser = None
209 self.hidden_window = None # Required for PyQt5 on Linux
210 self.show()
211
212 def focusInEvent(self, event):
213 # This event seems to never get called on Linux, as CEF is

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected