MCPcopy Index your code
hub / github.com/PyQt5/PyQt / Window

Class Window

QWebEngineView/BlockRequest.py:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35class Window(QWebEngineView):
36
37 def __init__(self, *args, **kwargs):
38 super(Window, self).__init__(*args, **kwargs)
39 self.resize(800, 600)
40 QWebEngineProfile.defaultProfile().setRequestInterceptor(RequestInterceptor(self))
41
42
43if __name__ == '__main__':

Callers 1

BlockRequest.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected