MCPcopy
hub / github.com/PyQt5/PyQt / __init__

Method __init__

QWebView/BlockRequest.py:44–47  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

42class Window(QWebView):
43
44 def __init__(self, *args, **kwargs):
45 super(Window, self).__init__(*args, **kwargs)
46 self.resize(800, 600)
47 self.page().setNetworkAccessManager(RequestInterceptor(self))
48
49
50if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

resizeMethod · 0.95
RequestInterceptorClass · 0.70

Tested by

no test coverage detected